Click here to Skip to main content
15,912,756 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: How to get internet connection speed ??? Pin
IvanBeograd16-Apr-06 10:14
IvanBeograd16-Apr-06 10:14 
Questioninline declaration? Pin
9ine15-Apr-06 7:37
9ine15-Apr-06 7:37 
AnswerRe: inline declaration? Pin
Maxwell Chen15-Apr-06 8:03
Maxwell Chen15-Apr-06 8:03 
GeneralRe: inline declaration? Pin
9ine15-Apr-06 8:55
9ine15-Apr-06 8:55 
GeneralRe: inline declaration? Pin
Maxwell Chen15-Apr-06 9:34
Maxwell Chen15-Apr-06 9:34 
AnswerRe: inline declaration? Pin
Michael Dunn15-Apr-06 14:30
sitebuilderMichael Dunn15-Apr-06 14:30 
AnswerRe: inline declaration? Pin
Ryan Binns15-Apr-06 22:13
Ryan Binns15-Apr-06 22:13 
GeneralRe: inline declaration? Pin
9ine16-Apr-06 0:10
9ine16-Apr-06 0:10 
Well its a wierd to put function defenition into the header file, the only situation for this when you have templates Smile | :)

In Borland Builder we can keep inline function defenition in cpp files.
Can we keep somehow in VC++ inline functions declared in cpp file?

but anyway it is now compiled

"test.h"

class test
{

...
inline void function();
}

inline void test::function()
{
...
...
}

9ine
GeneralRe: inline declaration? Pin
Ryan Binns16-Apr-06 4:25
Ryan Binns16-Apr-06 4:25 
GeneralRe: inline declaration? Pin
9ine16-Apr-06 7:34
9ine16-Apr-06 7:34 
GeneralRe: inline declaration? Pin
Maxwell Chen16-Apr-06 7:44
Maxwell Chen16-Apr-06 7:44 
GeneralRe: inline declaration? Pin
9ine17-Apr-06 6:23
9ine17-Apr-06 6:23 
GeneralRe: inline declaration? Pin
Maxwell Chen17-Apr-06 7:02
Maxwell Chen17-Apr-06 7:02 
Questioncollisions between 2 rectangles Pin
bouli15-Apr-06 6:18
bouli15-Apr-06 6:18 
AnswerRe: collisions between 2 rectangles Pin
Ravi Bhavnani15-Apr-06 7:59
professionalRavi Bhavnani15-Apr-06 7:59 
GeneralRe: collisions between 2 rectangles Pin
bouli15-Apr-06 8:56
bouli15-Apr-06 8:56 
GeneralRe: collisions between 2 rectangles Pin
Ravi Bhavnani15-Apr-06 9:02
professionalRavi Bhavnani15-Apr-06 9:02 
QuestionMost basic and beginner's question Pin
CPP91115-Apr-06 5:45
CPP91115-Apr-06 5:45 
AnswerRe: Most basic and beginner's question Pin
Maxwell Chen15-Apr-06 6:06
Maxwell Chen15-Apr-06 6:06 
AnswerRe: Most basic and beginner's question Pin
Waldermort15-Apr-06 19:39
Waldermort15-Apr-06 19:39 
QuestionGetting ReadProcessMemory to work right Pin
slippnslide15-Apr-06 5:37
slippnslide15-Apr-06 5:37 
AnswerRe: Getting ReadProcessMemory to work right Pin
Ryan Binns15-Apr-06 22:17
Ryan Binns15-Apr-06 22:17 
QuestionMessage Box Pin
Laughing Buddha15-Apr-06 5:06
Laughing Buddha15-Apr-06 5:06 
AnswerRe: Message Box Pin
Ravi Bhavnani15-Apr-06 5:10
professionalRavi Bhavnani15-Apr-06 5:10 
AnswerRe: Message Box Pin
FarPointer15-Apr-06 5:23
FarPointer15-Apr-06 5:23 

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.