Click here to Skip to main content
15,909,822 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: How to update the resource in an exe file under Windows 98? Pin
stanley guan6-Mar-03 15:38
stanley guan6-Mar-03 15:38 
QuestionHow do I post a message to a CDocument? Pin
clintsinger6-Mar-03 13:38
clintsinger6-Mar-03 13:38 
AnswerRe: How do I post a message to a CDocument? Pin
Michael Dunn6-Mar-03 13:52
sitebuilderMichael Dunn6-Mar-03 13:52 
GeneralRe: How do I post a message to a CDocument? Pin
clintsinger7-Mar-03 5:51
clintsinger7-Mar-03 5:51 
AnswerRe: How do I post a message to a CDocument? Pin
Steve Mayfield6-Mar-03 15:14
Steve Mayfield6-Mar-03 15:14 
GeneralRe: How do I post a message to a CDocument? Pin
Bartosz Bien7-Mar-03 0:50
Bartosz Bien7-Mar-03 0:50 
QuestionWhat is a DLL and a class? Pin
Anonymous6-Mar-03 12:55
Anonymous6-Mar-03 12:55 
AnswerRe: What is a DLL and a class? Pin
DREVET Olivier6-Mar-03 13:14
DREVET Olivier6-Mar-03 13:14 
A DLL is a compiled "executable" (not directly) exporting function that one or more applications may call. Since applications are sharing DLLs, if you change a function in the DLL, all the applications will "change" if they call the modified function.

A class is a structure containing function and member variables, who may by instanciated one or more times in objects. To understand the difference between classes and objects, try to remember this comparaison with cook : the class is used to make cakes, objets are cakes.

Then, imagine your class have a function called EatPie() and you have instanciated 3 objects. For each object, you may call EatPie() and potentially decrease a counter counting the number of pie of each cakes.

Since I can't spend more time to explain you classes and DLL, I recommend you to read books or parse the Web about infos.

Cheers,

Florian


AnswerRe: What is a DLL and a class? Pin
Anonymous6-Mar-03 13:25
Anonymous6-Mar-03 13:25 
GeneralRe: What is a DLL and a class? Pin
Nish Nishant6-Mar-03 13:48
sitebuilderNish Nishant6-Mar-03 13:48 
GeneralRe: What is a DLL and a class? Pin
Anonymous6-Mar-03 14:11
Anonymous6-Mar-03 14:11 
GeneralRe: What is a DLL and a class? Pin
Moak6-Mar-03 14:30
Moak6-Mar-03 14:30 
AnswerRe: What is a DLL and a class? Pin
Joan M9-Mar-03 21:38
professionalJoan M9-Mar-03 21:38 
QuestionHow to start under .NET Pin
Anonymous6-Mar-03 12:54
Anonymous6-Mar-03 12:54 
AnswerRe: How to start under .NET Pin
Nish Nishant6-Mar-03 13:47
sitebuilderNish Nishant6-Mar-03 13:47 
QuestionHow to retrieve CColorDlg "Basic colors" palette? Pin
Bartosz Bien6-Mar-03 12:29
Bartosz Bien6-Mar-03 12:29 
GeneralHiding text in a CStatic control Pin
work_to_live6-Mar-03 10:18
work_to_live6-Mar-03 10:18 
GeneralRe: Hiding text in a CStatic control Pin
Stefan Pedersen6-Mar-03 10:28
Stefan Pedersen6-Mar-03 10:28 
GeneralRe: Hiding text in a CStatic control Pin
Dave Bryant6-Mar-03 10:40
Dave Bryant6-Mar-03 10:40 
GeneralRe: Hiding text in a CStatic control Pin
work_to_live6-Mar-03 11:15
work_to_live6-Mar-03 11:15 
GeneralRe: Hiding text in a CStatic control Pin
Dave Bryant6-Mar-03 11:46
Dave Bryant6-Mar-03 11:46 
GeneralRe: Hiding text in a CStatic control Pin
work_to_live7-Mar-03 11:00
work_to_live7-Mar-03 11:00 
GeneralA goto box Pin
Anonymous6-Mar-03 10:08
Anonymous6-Mar-03 10:08 
GeneralRe: A goto box Pin
Christian Graus6-Mar-03 10:29
protectorChristian Graus6-Mar-03 10:29 
GeneralRe: A goto box Pin
Tim Smith6-Mar-03 10:31
Tim Smith6-Mar-03 10:31 

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.