Click here to Skip to main content
16,012,061 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: OnPaint problem Pin
Neville Franks1-Sep-03 10:47
Neville Franks1-Sep-03 10:47 
GeneralRe: OnPaint problem Pin
YaronNir2-Sep-03 4:08
YaronNir2-Sep-03 4:08 
GeneralI would like to calculate pi. Pin
Snyp1-Sep-03 4:23
Snyp1-Sep-03 4:23 
GeneralRe: I would like to calculate pi. Pin
Ted Ferenc1-Sep-03 4:53
Ted Ferenc1-Sep-03 4:53 
GeneralRe: I would like to calculate pi. Pin
Dominik Reichl1-Sep-03 6:32
Dominik Reichl1-Sep-03 6:32 
GeneralRe: I would like to calculate pi. Pin
User 66581-Sep-03 5:31
User 66581-Sep-03 5:31 
GeneralRe: I would like to calculate pi. Pin
Anonymous1-Sep-03 6:52
Anonymous1-Sep-03 6:52 
GeneralSTL deque container question Pin
YaronNir1-Sep-03 3:59
YaronNir1-Sep-03 3:59 
hi all,

I know the STL class deque is a sort of a sorted vector.

i have a data class as follows:

class CMyData
{
public:
   CString m_szStr1;
   CString m_szStr2;
}


then i insert this data class to the deque as follows:

m_deque.push_back(pMyData);

what do i need to write to determine the sorting rule??? according to what the deque sorts its elemets???

thanks in advanced

Yaron

Ask not what your application can do for you,
Ask what you can do for your application
GeneralRe: STL deque container question Pin
ZoogieZork1-Sep-03 4:20
ZoogieZork1-Sep-03 4:20 
GeneralRe: STL deque container question Pin
YaronNir1-Sep-03 4:21
YaronNir1-Sep-03 4:21 
GeneralRe: STL deque container question Pin
ZoogieZork1-Sep-03 4:24
ZoogieZork1-Sep-03 4:24 
GeneralRe: STL deque container question Pin
YaronNir1-Sep-03 4:29
YaronNir1-Sep-03 4:29 
GeneralWrapping Popup Menus Pin
Neal Stublen1-Sep-03 3:32
Neal Stublen1-Sep-03 3:32 
GeneralRe: Wrapping Popup Menus Pin
Neville Franks1-Sep-03 10:49
Neville Franks1-Sep-03 10:49 
GeneralString pointers (using stl) Pin
RChin1-Sep-03 2:52
RChin1-Sep-03 2:52 
GeneralRe: String pointers (using stl) Pin
Joaquín M López Muñoz1-Sep-03 3:01
Joaquín M López Muñoz1-Sep-03 3:01 
GeneralRe: String pointers (using stl) Pin
RChin1-Sep-03 5:58
RChin1-Sep-03 5:58 
GeneralIcons in the application bar Pin
Piero B1-Sep-03 2:40
Piero B1-Sep-03 2:40 
GeneralRe: Icons in the application bar Pin
Trollslayer1-Sep-03 4:15
mentorTrollslayer1-Sep-03 4:15 
GeneralRe: Icons in the application bar Pin
Anonymous2-Sep-03 4:27
Anonymous2-Sep-03 4:27 
GeneralMAPI Pin
ranjjj1-Sep-03 2:09
ranjjj1-Sep-03 2:09 
GeneralRe: MAPI Pin
Vitali Halershtein1-Sep-03 2:19
Vitali Halershtein1-Sep-03 2:19 
GeneralRe: MAPI Pin
ranjjj1-Sep-03 2:29
ranjjj1-Sep-03 2:29 
GeneralRe: MAPI Pin
Vitali Halershtein1-Sep-03 2:35
Vitali Halershtein1-Sep-03 2:35 
GeneralRe: MAPI Pin
ranjjj1-Sep-03 3:13
ranjjj1-Sep-03 3:13 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.