Click here to Skip to main content
15,895,192 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionRe: Setting Window Name in CWnd Object Pin
«_Superman_»12-Mar-09 18:18
professional«_Superman_»12-Mar-09 18:18 
AnswerRe: Setting Window Name in CWnd Object Pin
Hamid_RT12-Mar-09 20:08
Hamid_RT12-Mar-09 20:08 
GeneralRe: Setting Window Name in CWnd Object Pin
ForNow12-Mar-09 21:06
ForNow12-Mar-09 21:06 
AnswerRe: Setting Window Name in CWnd Object Pin
A_xin12-Mar-09 23:47
A_xin12-Mar-09 23:47 
GeneralRe: Setting Window Name in CWnd Object Pin
ForNow13-Mar-09 0:59
ForNow13-Mar-09 0:59 
GeneralRe: Setting Window Name in CWnd Object Pin
ForNow13-Mar-09 6:20
ForNow13-Mar-09 6:20 
QuestionSTL <list> destructor</list> Pin
mjackson1112-Mar-09 12:24
mjackson1112-Mar-09 12:24 
AnswerRe: STL destructor Pin
Maximilien12-Mar-09 14:51
Maximilien12-Mar-09 14:51 
AnswerRe: STL destructor Pin
mjackson1112-Mar-09 16:41
mjackson1112-Mar-09 16:41 
AnswerRe: STL destructor Pin
Rajasekharan Vengalil12-Mar-09 17:32
Rajasekharan Vengalil12-Mar-09 17:32 
AnswerRe: STL destructor Pin
Sarath C12-Mar-09 20:58
Sarath C12-Mar-09 20:58 
Questionquery Pin
anassamar12-Mar-09 11:38
anassamar12-Mar-09 11:38 
AnswerRe: query Pin
Stuart Dootson12-Mar-09 11:59
professionalStuart Dootson12-Mar-09 11:59 
AnswerRe: query Pin
David Crow12-Mar-09 16:37
David Crow12-Mar-09 16:37 
AnswerRe: query Pin
A_xin12-Mar-09 23:51
A_xin12-Mar-09 23:51 
QuestionContains [modified] Pin
su_penguin12-Mar-09 11:16
su_penguin12-Mar-09 11:16 
AnswerRe: Contains Pin
Stuart Dootson12-Mar-09 11:56
professionalStuart Dootson12-Mar-09 11:56 
GeneralRe: Contains Pin
Rajasekharan Vengalil12-Mar-09 17:46
Rajasekharan Vengalil12-Mar-09 17:46 
QuestionA class within a class Pin
Chris Copeland12-Mar-09 10:42
mveChris Copeland12-Mar-09 10:42 
AnswerRe: A class within a class Pin
CPallini12-Mar-09 11:09
mveCPallini12-Mar-09 11:09 
AnswerRe: A class within a class Pin
Stuart Dootson12-Mar-09 11:10
professionalStuart Dootson12-Mar-09 11:10 
GeneralRe: A class within a class Pin
Chris Copeland12-Mar-09 11:19
mveChris Copeland12-Mar-09 11:19 
Hm, running it through the pre-processor didn't really do much, since i'm pretty new to C++.

All the headers are linked though. The header file which requires class 'A' has the inclusion for class A in the header.
To be honest, I don't understand how it wouldn't be linking them together, they're all connected and 'class A' is definately being declared in (eg) 'A.h'. 'B.h' then includes 'A.h', and then requires 'A Foo' further down in the code.

There are appropriate .cpp files that are also used with the initializers etc. and i've included both 'A.h' *and* 'B.h' in both of those files.

It's just refusing to recognise 'class A' as any type of identifier, yet if I hover over the keyword 'A', it tells me that it's a class etc.
GeneralRe: A class within a class Pin
Stuart Dootson12-Mar-09 11:31
professionalStuart Dootson12-Mar-09 11:31 
GeneralRe: A class within a class Pin
Chris Copeland12-Mar-09 11:32
mveChris Copeland12-Mar-09 11:32 
GeneralRe: A class within a class Pin
Stuart Dootson12-Mar-09 11:58
professionalStuart Dootson12-Mar-09 11:58 

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.