Click here to Skip to main content
16,007,163 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
Questionvector filling problem Pin
prithaa27-Feb-07 5:01
prithaa27-Feb-07 5:01 
AnswerRe: vector filling problem Pin
toxcct27-Feb-07 5:05
toxcct27-Feb-07 5:05 
GeneralRe: vector filling problem Pin
prithaa27-Feb-07 5:12
prithaa27-Feb-07 5:12 
GeneralRe: vector filling problem Pin
toxcct27-Feb-07 5:14
toxcct27-Feb-07 5:14 
GeneralRe: vector filling problem Pin
David Crow27-Feb-07 5:36
David Crow27-Feb-07 5:36 
GeneralRe: vector filling problem Pin
toxcct27-Feb-07 5:40
toxcct27-Feb-07 5:40 
GeneralRe: vector filling problem [modified] Pin
Eytukan27-Feb-07 5:48
Eytukan27-Feb-07 5:48 
GeneralRe: vector filling problem Pin
webHamlet27-Feb-07 6:29
webHamlet27-Feb-07 6:29 
Yes it works.. If you're using it as a dynamic vector, it's probably a little harder for STL to allocate the right amount of memery as the vector grows. The won't cause any problems, but of you have any idea how much space you're going to use, you can always use the reserve() function to allocate upfront.


GeneralRe: vector filling problem Pin
toxcct27-Feb-07 6:47
toxcct27-Feb-07 6:47 
GeneralRe: vector filling problem Pin
David Crow27-Feb-07 6:54
David Crow27-Feb-07 6:54 
GeneralRe: vector filling problem Pin
Stephen Hewitt27-Feb-07 12:34
Stephen Hewitt27-Feb-07 12:34 
AnswerRe: vector filling problem Pin
Eytukan27-Feb-07 5:52
Eytukan27-Feb-07 5:52 
AnswerRe: vector filling problem Pin
ThatsAlok27-Feb-07 19:38
ThatsAlok27-Feb-07 19:38 
Questioninstall proble. Pin
david bagaturia27-Feb-07 4:45
david bagaturia27-Feb-07 4:45 
JokeRe: install proble. Pin
Rajesh R Subramanian27-Feb-07 5:57
professionalRajesh R Subramanian27-Feb-07 5:57 
GeneralRe: install proble. Pin
Mark Salsbery27-Feb-07 8:15
Mark Salsbery27-Feb-07 8:15 
GeneralI understand the pain. Pin
Rajesh R Subramanian27-Feb-07 8:24
professionalRajesh R Subramanian27-Feb-07 8:24 
GeneralRe: I understand the pain. Pin
Mark Salsbery27-Feb-07 8:36
Mark Salsbery27-Feb-07 8:36 
GeneralRe: I understand the pain. Pin
david bagaturia27-Feb-07 18:40
david bagaturia27-Feb-07 18:40 
QuestionSetting the cursor position in a RichEdit control Pin
dr_dr27-Feb-07 4:37
dr_dr27-Feb-07 4:37 
AnswerRe: Setting the cursor position in a RichEdit control Pin
toxcct27-Feb-07 4:54
toxcct27-Feb-07 4:54 
QuestionImage capturing in VC++ using handle Pin
mannur27-Feb-07 3:46
mannur27-Feb-07 3:46 
AnswerRe: Image capturing in VC++ using handle Pin
Mark Salsbery27-Feb-07 8:18
Mark Salsbery27-Feb-07 8:18 
QuestionClipboard operations using win32 API Pin
Rakesh__Patil27-Feb-07 3:34
Rakesh__Patil27-Feb-07 3:34 
AnswerRe: Clipboard operations using win32 API Pin
David Crow27-Feb-07 3:40
David Crow27-Feb-07 3:40 

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.