Click here to Skip to main content
15,925,440 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Worker-Thread in Win32 Application Pin
Joe Woodbury19-Apr-03 5:28
professionalJoe Woodbury19-Apr-03 5:28 
GeneralRe: Worker-Thread in Win32 Application Pin
Bartosz Bien19-Apr-03 5:36
Bartosz Bien19-Apr-03 5:36 
QuestionHow To Close All Documents in MDI Pin
Vikrant Vikrant19-Apr-03 1:14
Vikrant Vikrant19-Apr-03 1:14 
AnswerRe: How To Close All Documents in MDI Pin
Bartosz Bien19-Apr-03 1:28
Bartosz Bien19-Apr-03 1:28 
GeneralExplicit Linking problem Pin
Cyberizen19-Apr-03 1:02
Cyberizen19-Apr-03 1:02 
GeneralRe: Explicit Linking problem Pin
Gary R. Wheeler19-Apr-03 3:08
Gary R. Wheeler19-Apr-03 3:08 
Generalpragma once Pin
John-theKing18-Apr-03 23:14
John-theKing18-Apr-03 23:14 
GeneralRe: pragma once Pin
Taka Muraoka18-Apr-03 23:19
Taka Muraoka18-Apr-03 23:19 
GeneralRe: pragma once Pin
peterchen19-Apr-03 0:25
peterchen19-Apr-03 0:25 
GeneralDeriving my own base dialog Pin
socceroli18-Apr-03 22:54
socceroli18-Apr-03 22:54 
GeneralRe: Deriving my own base dialog Pin
Bartosz Bien19-Apr-03 1:43
Bartosz Bien19-Apr-03 1:43 
GeneralGetDecryptionExponent in Crypto++ Pin
DREVET Olivier18-Apr-03 22:52
DREVET Olivier18-Apr-03 22:52 
GeneralRe: GetDecryptionExponent in Crypto++ Pin
Neville Franks19-Apr-03 1:33
Neville Franks19-Apr-03 1:33 
Questionwho can answer my question? Pin
liuty200618-Apr-03 22:45
liuty200618-Apr-03 22:45 
Generalproblem with a ToolBar Pin
cleathley@iinet18-Apr-03 20:21
cleathley@iinet18-Apr-03 20:21 
GeneralQuestion about friend function. Pin
George218-Apr-03 18:52
George218-Apr-03 18:52 
GeneralHomework alert!!! Pin
Taka Muraoka18-Apr-03 19:21
Taka Muraoka18-Apr-03 19:21 
GeneralRe: Homework alert!!! Pin
George218-Apr-03 19:26
George218-Apr-03 19:26 
GeneralRe: Homework alert!!! Pin
Taka Muraoka18-Apr-03 19:41
Taka Muraoka18-Apr-03 19:41 
GeneralRe: Homework alert!!! Pin
George218-Apr-03 20:29
George218-Apr-03 20:29 
GeneralRe: Homework alert!!! Pin
Taka Muraoka18-Apr-03 20:35
Taka Muraoka18-Apr-03 20:35 
GeneralRe: Homework alert!!! Pin
George218-Apr-03 20:43
George218-Apr-03 20:43 
GeneralRe: Homework alert!!! Pin
Nish Nishant18-Apr-03 21:46
sitebuilderNish Nishant18-Apr-03 21:46 
GeneralRe: Homework alert!!! Pin
George218-Apr-03 21:56
George218-Apr-03 21:56 
GeneralRe: Homework alert!!! Pin
Nish Nishant19-Apr-03 6:34
sitebuilderNish Nishant19-Apr-03 6:34 
George2 wrote:
When you say inline function

Something like :-

class Abc()
{
    void Hello()
    {
        //...
    }
};


Hello is defined directly here as you can see. If you were using separate CPP and H files you'd have put just the declration in the H file and the definition would have been in the CPP file


George2 wrote:
Can you show me an example?

Well the main CPP file for an MC++ project need not have a H file. You juyst put all your classes into this main CPP file. And similarly any other classes might be fully defined in a H file (this time no separate CPP files)

Regards,
Nish


Author of the romantic comedy

Summer Love and Some more Cricket [New Win]

Review by Shog9
Click here for review[NW]

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.