Click here to Skip to main content
15,914,408 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Adding controls to a ListView based app Pin
TelMonks20-Apr-03 7:59
TelMonks20-Apr-03 7:59 
GeneralMeeting troubles when reading two integers from a file. Pin
George220-Apr-03 2:41
George220-Apr-03 2:41 
GeneralRe: Meeting troubles when reading two integers from a file. Pin
Nick Parker20-Apr-03 3:15
protectorNick Parker20-Apr-03 3:15 
GeneralRe: Meeting troubles when reading two integers from a file. Pin
George220-Apr-03 3:23
George220-Apr-03 3:23 
QuestionHow to let vector store reference? Pin
George220-Apr-03 2:31
George220-Apr-03 2:31 
AnswerRe: How to let vector store reference? Pin
Nick Parker20-Apr-03 3:22
protectorNick Parker20-Apr-03 3:22 
GeneralRe: How to let vector store reference? Pin
George220-Apr-03 3:27
George220-Apr-03 3:27 
GeneralRe: How to let vector store reference? Pin
Nitron21-Apr-03 3:09
Nitron21-Apr-03 3:09 
George2 wrote:
Are there some way to store reference directly?

be careful here George. References can also be translated as an "alias", and may at times (with certain optimization) take up no space at all. What I am saying is there may be times when you use references the wrong way and things work in the debug mode (because the debugger assignes a 0 or NULL to a pointer), but in release mode you start to see troubles. Anyway, I don't want to get into too much detail, just make sure you use them properly.

- Nitron


"Those that say a task is impossible shouldn't interrupt the ones who are doing it." - Chinese Proverb
GeneralRe: How to let vector store reference? Pin
George221-Apr-03 19:52
George221-Apr-03 19:52 
GeneralRe: How to let vector store reference? Pin
Nitron22-Apr-03 2:51
Nitron22-Apr-03 2:51 
GeneralMacro Question / getting detailed Class / Functioncall Information Pin
Sendel20-Apr-03 1:39
Sendel20-Apr-03 1:39 
GeneralRe: Macro Question / getting detailed Class / Functioncall Information Pin
Phil Hamer20-Apr-03 7:26
Phil Hamer20-Apr-03 7:26 
GeneralRe: Macro Question / getting detailed Class / Functioncall Information Pin
Phil Hamer20-Apr-03 7:43
Phil Hamer20-Apr-03 7:43 
Questionhow to display a file into CScrollView? Pin
liuty200619-Apr-03 21:18
liuty200619-Apr-03 21:18 
AnswerRe: how to display a file into CScrollView? Pin
Nish Nishant19-Apr-03 21:24
sitebuilderNish Nishant19-Apr-03 21:24 
GeneralTraversing between workspaces Pin
Makover19-Apr-03 20:55
Makover19-Apr-03 20:55 
Generali'm new Pin
Mario_Young19-Apr-03 18:32
Mario_Young19-Apr-03 18:32 
GeneralRe: i'm new Pin
J. Dunlap19-Apr-03 18:37
J. Dunlap19-Apr-03 18:37 
GeneralRe: i'm new Pin
Nish Nishant19-Apr-03 19:24
sitebuilderNish Nishant19-Apr-03 19:24 
GeneralRe: i'm new Pin
Sendel20-Apr-03 1:53
Sendel20-Apr-03 1:53 
GeneralOption for an Exit Pin
Anonymous19-Apr-03 18:17
Anonymous19-Apr-03 18:17 
GeneralRe: Option for an Exit Pin
Bartosz Bien20-Apr-03 4:32
Bartosz Bien20-Apr-03 4:32 
GeneralRe: Option for an Exit Pin
Anonymous20-Apr-03 5:41
Anonymous20-Apr-03 5:41 
GeneralRe: Option for an Exit Pin
Bartosz Bien20-Apr-03 6:23
Bartosz Bien20-Apr-03 6:23 
GeneralToolbar Tooltips Pin
DuFF19-Apr-03 14:41
DuFF19-Apr-03 14:41 

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.