Click here to Skip to main content
16,017,954 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Use inline member function to refer different levels of classes. Pin
Cedric Moonen24-Jan-08 22:07
Cedric Moonen24-Jan-08 22:07 
GeneralRe: Use inline member function to refer different levels of classes. Pin
CodingLover24-Jan-08 22:22
CodingLover24-Jan-08 22:22 
GeneralRe: Use inline member function to refer different levels of classes. Pin
Cedric Moonen24-Jan-08 22:32
Cedric Moonen24-Jan-08 22:32 
GeneralRe: Use inline member function to refer different levels of classes. Pin
CodingLover24-Jan-08 22:36
CodingLover24-Jan-08 22:36 
GeneralRe: Use inline member function to refer different levels of classes. Pin
Cedric Moonen24-Jan-08 22:42
Cedric Moonen24-Jan-08 22:42 
GeneralRe: Use inline member function to refer different levels of classes. Pin
CodingLover24-Jan-08 22:47
CodingLover24-Jan-08 22:47 
GeneralIssues with std::vector Pin
Waldermort24-Jan-08 19:00
Waldermort24-Jan-08 19:00 
GeneralRe: Issues with std::vector Pin
Stephen Hewitt24-Jan-08 19:18
Stephen Hewitt24-Jan-08 19:18 
Firstly, see here[^] for the meaning of 0xfeeefeee.

See here[^] for a description of "iterator invalidation". Here's a quote:
[2] Memory will be reallocated automatically if more than
capacity() - size() elements are inserted into the vector. Reallocation does not change size(),
nor does it change the values of any elements of the vector. It does, however, increase capacity(),
and it invalidates [5] any iterators that point into the vector.


Steve

GeneralRe: Issues with std::vector Pin
Waldermort24-Jan-08 19:22
Waldermort24-Jan-08 19:22 
GeneralShellExecute Pin
Paulraj G24-Jan-08 18:42
Paulraj G24-Jan-08 18:42 
GeneralRe: ShellExecute Pin
Naveen24-Jan-08 18:44
Naveen24-Jan-08 18:44 
GeneralRe: ShellExecute Pin
Paulraj G24-Jan-08 18:52
Paulraj G24-Jan-08 18:52 
GeneralRe: ShellExecute Pin
Don Box24-Jan-08 18:58
Don Box24-Jan-08 18:58 
GeneralRe: ShellExecute Pin
Paulraj G24-Jan-08 19:30
Paulraj G24-Jan-08 19:30 
GeneralRe: ShellExecute Pin
Stephen Hewitt24-Jan-08 19:39
Stephen Hewitt24-Jan-08 19:39 
GeneralRe: ShellExecute Pin
Paulraj G24-Jan-08 19:43
Paulraj G24-Jan-08 19:43 
GeneralRe: ShellExecute Pin
Naveen24-Jan-08 19:46
Naveen24-Jan-08 19:46 
GeneralRe: ShellExecute Pin
Paulraj G24-Jan-08 23:53
Paulraj G24-Jan-08 23:53 
GeneralRe: ShellExecute Pin
Naveen25-Jan-08 0:04
Naveen25-Jan-08 0:04 
JokeRe: ShellExecute Pin
Rajesh R Subramanian25-Jan-08 0:13
professionalRajesh R Subramanian25-Jan-08 0:13 
GeneralRe: ShellExecute Pin
Stephen Hewitt24-Jan-08 19:48
Stephen Hewitt24-Jan-08 19:48 
QuestionRe: ShellExecute Pin
Rajesh R Subramanian24-Jan-08 19:56
professionalRajesh R Subramanian24-Jan-08 19:56 
GeneralRe: ShellExecute Pin
Paulraj G24-Jan-08 23:51
Paulraj G24-Jan-08 23:51 
GeneralRe: ShellExecute Pin
Rajesh R Subramanian25-Jan-08 0:13
professionalRajesh R Subramanian25-Jan-08 0:13 
GeneralRe: ShellExecute Pin
Cadicus13-Feb-10 17:10
Cadicus13-Feb-10 17:10 

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.