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

C / C++ / MFC

 
GeneralRe: Extracting data from the webpages using MFC Pin
Iain Clarke, Warrior Programmer13-Oct-09 4:43
Iain Clarke, Warrior Programmer13-Oct-09 4:43 
GeneralRe: Extracting data from the webpages using MFC Pin
Rajesh R Subramanian13-Oct-09 4:46
professionalRajesh R Subramanian13-Oct-09 4:46 
AnswerRe: Extracting data from the webpages using MFC Pin
David Crow13-Oct-09 3:46
David Crow13-Oct-09 3:46 
GeneralRe: Extracting data from the webpages using MFC Pin
NaveenHS15-Oct-09 1:21
NaveenHS15-Oct-09 1:21 
AnswerRe: Extracting data from the webpages using MFC Pin
msn9213-Oct-09 14:50
msn9213-Oct-09 14:50 
QuestionLink error [modified] Pin
ratprita12-Oct-09 23:46
ratprita12-Oct-09 23:46 
QuestionRe: Link error Pin
CPallini13-Oct-09 0:11
mveCPallini13-Oct-09 0:11 
AnswerRe: Link error Pin
Cedric Moonen13-Oct-09 0:20
Cedric Moonen13-Oct-09 0:20 
Your question is not really clear but I guess you are trying to move the definition of a template class from a header file to a cpp file. Am I right ?

If that is the case, you can't do something like that. For a template class, the full definition of the class and functions has to be known when compiling, thus you have to include everything in the header file. One 'trick' to get around that problem is to move the definition in a .inl file (to differentiate from a standard cpp file) and include that file in your header file (at the bottom of the file).

Cédric Moonen
Software developer

Charting control [v2.0]
OpenGL game tutorial in C++

Questionfast fast fast Pin
__erfan__12-Oct-09 22:43
__erfan__12-Oct-09 22:43 
AnswerRe: fast fast fast Pin
CPallini12-Oct-09 22:57
mveCPallini12-Oct-09 22:57 
GeneralRe: fast fast fast Pin
__erfan__12-Oct-09 23:09
__erfan__12-Oct-09 23:09 
GeneralRe: fast fast fast Pin
CPallini13-Oct-09 0:01
mveCPallini13-Oct-09 0:01 
AnswerRe: fast fast fast Pin
Rajesh R Subramanian12-Oct-09 23:05
professionalRajesh R Subramanian12-Oct-09 23:05 
GeneralRe: fast fast fast Pin
__erfan__12-Oct-09 23:12
__erfan__12-Oct-09 23:12 
AnswerRe: fast fast fast Pin
Rolf Kristensen13-Oct-09 0:07
Rolf Kristensen13-Oct-09 0:07 
JokeRe: fast fast fast Pin
CPallini13-Oct-09 0:14
mveCPallini13-Oct-09 0:14 
GeneralRe: fast fast fast Pin
__erfan__13-Oct-09 0:27
__erfan__13-Oct-09 0:27 
QuestionStored Procedure Pin
MsmVc12-Oct-09 22:14
MsmVc12-Oct-09 22:14 
AnswerRe: Stored Procedure Pin
Rajesh R Subramanian12-Oct-09 22:16
professionalRajesh R Subramanian12-Oct-09 22:16 
GeneralRe: Stored Procedure Pin
MsmVc12-Oct-09 22:19
MsmVc12-Oct-09 22:19 
Questionhow to caputre screen including movie play ? Pin
rambojanggoon12-Oct-09 21:19
rambojanggoon12-Oct-09 21:19 
AnswerRe: how to caputre screen including movie play ? Pin
Rajesh R Subramanian12-Oct-09 21:25
professionalRajesh R Subramanian12-Oct-09 21:25 
AnswerRe: how to caputre screen including movie play ? Pin
Hans Dietrich12-Oct-09 23:58
mentorHans Dietrich12-Oct-09 23:58 
AnswerRe: how to caputre screen including movie play ? Pin
kilt13-Oct-09 2:14
kilt13-Oct-09 2:14 
QuestionEvents waiting on c++ Pin
shiranraviv12-Oct-09 20:42
shiranraviv12-Oct-09 20:42 

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.