Click here to Skip to main content
15,918,742 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: How to create .iso file... Pin
nagamohan_p3-May-06 10:45
nagamohan_p3-May-06 10:45 
QuestionCommand line invovation Pin
anithavikram(manisha)2-May-06 21:18
anithavikram(manisha)2-May-06 21:18 
AnswerRe: Command line invovation Pin
Quaker3222-May-06 21:30
Quaker3222-May-06 21:30 
Questionstorage for reference variable Pin
voorugonda prashanth2-May-06 21:04
voorugonda prashanth2-May-06 21:04 
AnswerRe: storage for reference variable Pin
Cedric Moonen2-May-06 21:10
Cedric Moonen2-May-06 21:10 
GeneralRe: storage for reference variable Pin
voorugonda prashanth2-May-06 21:30
voorugonda prashanth2-May-06 21:30 
AnswerRe: storage for reference variable Pin
toxcct2-May-06 21:37
toxcct2-May-06 21:37 
GeneralRe: storage for reference variable Pin
Justin Tay2-May-06 21:43
Justin Tay2-May-06 21:43 
Isn't this an implementation detail?

For example

int a = 10;
int &b = a;

The compiler doesn't have to have memory for b, it can get the appropriate memory location from the symbol table. Of course when not possible to implement in this way compilers use a pointer to implement the reference.
GeneralRe: storage for reference variable Pin
voorugonda prashanth2-May-06 22:31
voorugonda prashanth2-May-06 22:31 
GeneralRe: storage for reference variable Pin
Justin Tay2-May-06 22:45
Justin Tay2-May-06 22:45 
AnswerRe: storage for reference variable Pin
kumar_mk12-May-06 3:50
kumar_mk12-May-06 3:50 
QuestionList Box for displaying active users in a LAN Pin
mad_john2-May-06 21:01
mad_john2-May-06 21:01 
AnswerRe: List Box for displaying active users in a LAN Pin
kiran janaswamy2-May-06 21:15
kiran janaswamy2-May-06 21:15 
GeneralRe: List Box for displaying active users in a LAN Pin
mad_john2-May-06 22:23
mad_john2-May-06 22:23 
AnswerRe: List Box for displaying active users in a LAN Pin
Hamid_RT2-May-06 21:15
Hamid_RT2-May-06 21:15 
Questiondebug assertion failed.. why? Pin
pathakr2-May-06 20:47
pathakr2-May-06 20:47 
Questiondebug assertion failed.. why? Pin
pathakr2-May-06 20:47
pathakr2-May-06 20:47 
AnswerRe: debug assertion failed.. why? Pin
Cedric Moonen2-May-06 20:51
Cedric Moonen2-May-06 20:51 
GeneralRe: debug assertion failed.. why? Pin
yang__lee3-May-06 1:07
yang__lee3-May-06 1:07 
AnswerRe: debug assertion failed.. why? Pin
Nick_Kisialiou2-May-06 21:19
Nick_Kisialiou2-May-06 21:19 
QuestionHttp Connectivity Pin
Girish6012-May-06 20:21
Girish6012-May-06 20:21 
Questionhow to write source code result to file(urgent) Pin
makaveli_072-May-06 20:13
makaveli_072-May-06 20:13 
AnswerRe: how to write source code result to file(urgent) Pin
kakan2-May-06 20:27
professionalkakan2-May-06 20:27 
GeneralRe: how to write source code result to file(urgent) Pin
Cedric Moonen2-May-06 20:33
Cedric Moonen2-May-06 20:33 
GeneralRe: how to write source code result to file(urgent) Pin
kakan2-May-06 20:39
professionalkakan2-May-06 20:39 

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.