Click here to Skip to main content
15,885,278 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: String Convert Pin
CPallini17-Sep-08 2:58
mveCPallini17-Sep-08 2:58 
GeneralRe: String Convert Pin
toxcct17-Sep-08 3:05
toxcct17-Sep-08 3:05 
GeneralRe: String Convert Pin
PJ Arends17-Sep-08 9:53
professionalPJ Arends17-Sep-08 9:53 
GeneralRe: String Convert Pin
toxcct17-Sep-08 9:59
toxcct17-Sep-08 9:59 
GeneralRe: String Convert Pin
PJ Arends17-Sep-08 10:08
professionalPJ Arends17-Sep-08 10:08 
JokeRe: String Convert Pin
toxcct17-Sep-08 10:15
toxcct17-Sep-08 10:15 
AnswerRe: String Convert Pin
Hamid_RT17-Sep-08 8:25
Hamid_RT17-Sep-08 8:25 
QuestionInclude file Pin
Tomas(cz)17-Sep-08 0:46
Tomas(cz)17-Sep-08 0:46 
Hello,
I am havin a problem with including file.
I made one file where I put all the file needed by other classes.
includes.h

#ifndef MY_CLASS1
#define MY_CLASS1
#include "myclass1.h"
#endif

#ifndef MY_CLASS2
#define MY_CLASS2
#include "myclass2.h"
#endif
...
and in my cpp file I just write #include "includes.h".
The problem comes up when some class inherit from other. I get the error that the identifier of some class is unknown, or that the class is redefined.

Another question: Is it possible to have as member of base class an object of a class inherited from that base class?

Thank you for your replys, Tomas
AnswerRe: Include file Pin
Cedric Moonen17-Sep-08 0:50
Cedric Moonen17-Sep-08 0:50 
AnswerRe: Include file Pin
Matthew Faithfull17-Sep-08 1:05
Matthew Faithfull17-Sep-08 1:05 
QuestionGDI+ code doesn't work as expected Pin
followait17-Sep-08 0:36
followait17-Sep-08 0:36 
Questiontypedef with multiple type-declarations Pin
DaveyM6917-Sep-08 0:30
professionalDaveyM6917-Sep-08 0:30 
AnswerRe: typedef with multiple type-declarations Pin
Cedric Moonen17-Sep-08 0:44
Cedric Moonen17-Sep-08 0:44 
GeneralRe: typedef with multiple type-declarations Pin
DaveyM6917-Sep-08 1:02
professionalDaveyM6917-Sep-08 1:02 
AnswerRe: typedef with multiple type-declarations Pin
Iain Clarke, Warrior Programmer17-Sep-08 0:56
Iain Clarke, Warrior Programmer17-Sep-08 0:56 
GeneralRe: typedef with multiple type-declarations Pin
Cedric Moonen17-Sep-08 1:02
Cedric Moonen17-Sep-08 1:02 
GeneralRe: typedef with multiple type-declarations Pin
Matthew Faithfull17-Sep-08 1:08
Matthew Faithfull17-Sep-08 1:08 
QuestionHow to convert XML, formatted with XSLT, to PDF ? Pin
Paresh Chitte16-Sep-08 23:49
Paresh Chitte16-Sep-08 23:49 
AnswerRe: How to convert XML, formatted with XSLT, to PDF ? Pin
Rajesh R Subramanian17-Sep-08 0:22
professionalRajesh R Subramanian17-Sep-08 0:22 
GeneralRe: How to convert XML, formatted with XSLT, to PDF ? Pin
Paresh Chitte17-Sep-08 0:50
Paresh Chitte17-Sep-08 0:50 
QuestionXML in VC++ Pin
john563216-Sep-08 23:49
john563216-Sep-08 23:49 
AnswerRe: XML in VC++ Pin
toxcct16-Sep-08 23:57
toxcct16-Sep-08 23:57 
AnswerRe: XML in VC++ Pin
Hamid_RT17-Sep-08 8:15
Hamid_RT17-Sep-08 8:15 
Questionto control a pie chart dynamically created by active X control in vc++ Pin
brucewayn16-Sep-08 23:26
brucewayn16-Sep-08 23:26 
AnswerRe: to control a pie chart dynamically created by active X control in vc++ Pin
Iain Clarke, Warrior Programmer16-Sep-08 23:32
Iain Clarke, Warrior Programmer16-Sep-08 23:32 

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.