Click here to Skip to main content
15,898,981 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralGeting a Controls ID from a HWND. Pin
Jawache25-Sep-02 4:38
Jawache25-Sep-02 4:38 
GeneralRe: Geting a Controls ID from a HWND. Pin
User 665825-Sep-02 4:54
User 665825-Sep-02 4:54 
GeneralRe: Geting a Controls ID from a HWND. Pin
Jawache25-Sep-02 5:08
Jawache25-Sep-02 5:08 
GeneralRe: Geting a Controls ID from a HWND. Pin
valikac25-Sep-02 10:58
valikac25-Sep-02 10:58 
GeneralSTL advice required Pin
User 988525-Sep-02 4:23
User 988525-Sep-02 4:23 
GeneralRe: STL advice required Pin
TyMatthews25-Sep-02 4:34
TyMatthews25-Sep-02 4:34 
GeneralRe: STL advice required Pin
User 988525-Sep-02 4:41
User 988525-Sep-02 4:41 
GeneralRe: STL advice required Pin
Lanny Thompson25-Sep-02 4:53
Lanny Thompson25-Sep-02 4:53 
You must forward an iterator to access items in a set.
vector, deque, and string are the only containers that have random access iterators.

From what you've described, it sounds like vector is the way to go. Also, if you haven't used STL containers before, I think vector would be the best to start with because it is the one you will most often use.

Lan
GeneralRe: STL advice required Pin
User 988525-Sep-02 5:04
User 988525-Sep-02 5:04 
GeneralRe: STL advice required Pin
Lanny Thompson25-Sep-02 5:25
Lanny Thompson25-Sep-02 5:25 
GeneralRe: STL advice required Pin
TyMatthews25-Sep-02 6:43
TyMatthews25-Sep-02 6:43 
GeneralRe: STL advice required Pin
Tomasz Sowinski25-Sep-02 5:34
Tomasz Sowinski25-Sep-02 5:34 
GeneralRe: STL advice required Pin
User 988525-Sep-02 5:52
User 988525-Sep-02 5:52 
GeneralRe: STL advice required Pin
Todd Smith25-Sep-02 7:02
Todd Smith25-Sep-02 7:02 
GeneralRe: STL advice required Pin
User 988525-Sep-02 8:06
User 988525-Sep-02 8:06 
GeneralRe: STL advice required Pin
Joaquín M López Muñoz26-Sep-02 9:00
Joaquín M López Muñoz26-Sep-02 9:00 
GeneralInclusion of C file Pin
RuiSantiago25-Sep-02 4:18
RuiSantiago25-Sep-02 4:18 
GeneralRe: Inclusion of C file Pin
Carlos Antollini25-Sep-02 4:23
Carlos Antollini25-Sep-02 4:23 
GeneralRe: Inclusion of C file Pin
Lanny Thompson25-Sep-02 4:29
Lanny Thompson25-Sep-02 4:29 
GeneralRe: Inclusion of C file Pin
SteveKing25-Sep-02 4:29
SteveKing25-Sep-02 4:29 
GeneralRe: Inclusion of C file Pin
RuiSantiago25-Sep-02 4:38
RuiSantiago25-Sep-02 4:38 
GeneralVC++ 6.0 problem : *.pch,*.obj ... I havent so much space for all... Pin
Wizard_0125-Sep-02 4:12
Wizard_0125-Sep-02 4:12 
GeneralRe: VC++ 6.0 problem : *.pch,*.obj ... I havent so much space for all... Pin
Carlos Antollini25-Sep-02 4:21
Carlos Antollini25-Sep-02 4:21 
GeneralRe: VC++ 6.0 problem : *.pch,*.obj ... I havent so much space for all... Pin
Wizard_0125-Sep-02 4:21
Wizard_0125-Sep-02 4:21 
GeneralRe: VC++ 6.0 problem : *.pch,*.obj ... I havent so much space for all... Pin
jmkhael25-Sep-02 4:56
jmkhael25-Sep-02 4:56 

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.