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

C / C++ / MFC

 
GeneralRe: success! Pin
Programm3r27-Feb-07 7:03
Programm3r27-Feb-07 7:03 
GeneralRe: success! Pin
David Crow27-Feb-07 7:05
David Crow27-Feb-07 7:05 
GeneralRe: success! Pin
Programm3r27-Feb-07 7:30
Programm3r27-Feb-07 7:30 
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 
toxcct wrote:
i used to use vectors of my own classes, containing different variable sizes members...


But the classes themselves were the same size. I think what he was referring to was something like:

vector v;
int n;
float f;
char c;
v.push_back(n);
v.push_back(f);
v.push_back(c);
I would never think of doing something like this so I don't know of the ramifications.


"Approved Workmen Are Not Ashamed" - 2 Timothy 2:15

"Judge not by the eye but by the heart." - Native American Proverb


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 
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 

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.