Click here to Skip to main content
15,913,055 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
Questionstruct in global or class space Pin
Programm3r17-Dec-07 3:46
Programm3r17-Dec-07 3:46 
GeneralRe: struct in global or class space Pin
CPallini17-Dec-07 4:08
mveCPallini17-Dec-07 4:08 
GeneralRe: struct in global or class space Pin
Programm3r17-Dec-07 4:12
Programm3r17-Dec-07 4:12 
GeneralRe: struct in global or class space Pin
David Crow17-Dec-07 4:24
David Crow17-Dec-07 4:24 
GeneralRe: struct in global or class space Pin
CPallini17-Dec-07 4:36
mveCPallini17-Dec-07 4:36 
GeneralRe: struct in global or class space Pin
toxcct17-Dec-07 4:44
toxcct17-Dec-07 4:44 
GeneralRe: struct in global or class space Pin
CPallini17-Dec-07 4:55
mveCPallini17-Dec-07 4:55 
GeneralRe: struct in global or class space Pin
toxcct17-Dec-07 5:00
toxcct17-Dec-07 5:00 
CPallini wrote:
BTW your sentence isn't completely true (missing static members? ).


nope, my sentence is still valid. even statics are concerned.

for global statics, types don't exist in memory, only instances.

for static class members, same is true.

modified on Monday, December 17, 2007 11:06:49 AM

GeneralRe: struct in global or class space Pin
CPallini17-Dec-07 5:14
mveCPallini17-Dec-07 5:14 
GeneralRe: struct in global or class space Pin
David Crow17-Dec-07 5:00
David Crow17-Dec-07 5:00 
GeneralRe: struct in global or class space Pin
CPallini17-Dec-07 5:06
mveCPallini17-Dec-07 5:06 
QuestionWhen I have compiled a Visual C++ 2008 program, what DLL's does the resulting .EXE file need, to run on another computer? Pin
Anthony Appleyard17-Dec-07 3:33
Anthony Appleyard17-Dec-07 3:33 
AnswerRe: When I have compiled a Visual C++ 2008 program, what DLL's does the resulting .EXE file need, to run on another computer? Pin
toxcct17-Dec-07 3:37
toxcct17-Dec-07 3:37 
GeneralRe: When I have compiled a Visual C++ 2008 program, what DLL's does the resulting .EXE file need, to run on another computer? Pin
Anthony Appleyard17-Dec-07 4:34
Anthony Appleyard17-Dec-07 4:34 
GeneralRe: When I have compiled a Visual C++ 2008 program, what DLL's does the resulting .EXE file need, to run on another computer? Pin
toxcct17-Dec-07 4:40
toxcct17-Dec-07 4:40 
GeneralRe: When I have compiled a Visual C++ 2008 program, what DLL's does the resulting .EXE file need, to run on another computer? Pin
David Crow17-Dec-07 5:03
David Crow17-Dec-07 5:03 
AnswerRe: When I have compiled a Visual C++ 2008 program, what DLL's does the resulting .EXE file need, to run on another computer? Pin
led mike17-Dec-07 4:46
led mike17-Dec-07 4:46 
GeneralRe: When I have compiled a Visual C++ 2008 program, what DLL's does the resulting .EXE file need, to run on another computer? Pin
Anthony Appleyard17-Dec-07 5:16
Anthony Appleyard17-Dec-07 5:16 
QuestionRe: When I have compiled a Visual C++ 2008 program, what DLL's does the resulting .EXE file need, to run on another computer? Pin
David Crow17-Dec-07 5:30
David Crow17-Dec-07 5:30 
GeneralRe: When I have compiled a Visual C++ 2008 program, what DLL's does the resulting .EXE file need, to run on another computer? Pin
Anthony Appleyard17-Dec-07 5:37
Anthony Appleyard17-Dec-07 5:37 
GeneralRe: When I have compiled a Visual C++ 2008 program, what DLL's does the resulting .EXE file need, to run on another computer? Pin
Mark Salsbery17-Dec-07 7:00
Mark Salsbery17-Dec-07 7:00 
GeneralRe: When I have compiled a Visual C++ 2008 program, what DLL's does the resulting .EXE file need, to run on another computer? Pin
led mike17-Dec-07 6:17
led mike17-Dec-07 6:17 
GeneralGet lvalue through rvalue Pin
George_George17-Dec-07 2:56
George_George17-Dec-07 2:56 
QuestionHey man Pin
CPallini17-Dec-07 3:13
mveCPallini17-Dec-07 3:13 
GeneralRe: Hey man Pin
George_George17-Dec-07 3:22
George_George17-Dec-07 3:22 

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.