Click here to Skip to main content
15,922,533 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: How to call Windows's built-in routines to read and write JPG files? Pin
CPallini17-Dec-07 5:16
mveCPallini17-Dec-07 5:16 
GeneralCustom Drawn Dialog Pin
Cem Usta17-Dec-07 4:04
Cem Usta17-Dec-07 4:04 
GeneralRe: Custom Drawn Dialog Pin
only coding17-Dec-07 15:05
only coding17-Dec-07 15:05 
QuestionRe: Custom Drawn Dialog Pin
Kiran Pinjala17-Dec-07 19:46
Kiran Pinjala17-Dec-07 19:46 
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 
If the structure was declared globally, it would always exist on the stack. If it was declared within a class, it would only exist if an instance of the class also existed.

"Normal is getting dressed in clothes that you buy for work and driving through traffic in a car that you are still paying for, in order to get to the job you need to pay for the clothes and the car and the house you leave vacant all day so you can afford to live in it." - Ellen Goodman

"To have a respect for ourselves guides our morals; to have deference for others governs our manners." - Laurence Sterne


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

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.