Click here to Skip to main content
15,909,822 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: registry handling in my software Pin
Jose Cezar S. Ynion5-Jul-04 19:09
Jose Cezar S. Ynion5-Jul-04 19:09 
GeneralRe: registry handling in my software Pin
ask_you5-Jul-04 19:27
ask_you5-Jul-04 19:27 
GeneralReading Cookies Pin
Liger_Zero_X5-Jul-04 16:26
Liger_Zero_X5-Jul-04 16:26 
GeneralRe: Reading Cookies Pin
Jose Cezar S. Ynion5-Jul-04 17:18
Jose Cezar S. Ynion5-Jul-04 17:18 
GeneralRe: Reading Cookies Pin
Michael Dunn5-Jul-04 17:28
sitebuilderMichael Dunn5-Jul-04 17:28 
GeneralRe: Reading Cookies Pin
Liger_Zero_X5-Jul-04 19:55
Liger_Zero_X5-Jul-04 19:55 
GeneralRe: Reading Cookies Pin
Michael Dunn5-Jul-04 20:06
sitebuilderMichael Dunn5-Jul-04 20:06 
GeneralHelp with inheritance Pin
Sirrius5-Jul-04 16:16
Sirrius5-Jul-04 16:16 
I am trying to do some simple inheritance with a few classes but keep running into an error at compile time. It is error C2504, 'undefined base class'. What does this mean. My classes are defined, I think they are anyway. This is what it looks like.


class a{

};

class b : public a{

};


I am including the files as well. I am just kind of stumped.
Thanks Brian.
GeneralRe: Help with inheritance Pin
Jose Cezar S. Ynion5-Jul-04 17:11
Jose Cezar S. Ynion5-Jul-04 17:11 
GeneralHelp with inheritance Pin
Sirrius5-Jul-04 16:16
Sirrius5-Jul-04 16:16 
GeneralRe: Help with inheritance Pin
Christian Graus5-Jul-04 17:04
protectorChristian Graus5-Jul-04 17:04 
GeneralRe: Help with inheritance Pin
Sirrius5-Jul-04 17:55
Sirrius5-Jul-04 17:55 
GeneralRe: Help with inheritance Pin
Ryan Binns5-Jul-04 18:05
Ryan Binns5-Jul-04 18:05 
GeneralRe: Help with inheritance Pin
Sirrius5-Jul-04 18:46
Sirrius5-Jul-04 18:46 
GeneralRe: Help with inheritance Pin
Ryan Binns5-Jul-04 21:01
Ryan Binns5-Jul-04 21:01 
GeneralRe: Help with inheritance Pin
EricP 12345-Jul-04 21:29
EricP 12345-Jul-04 21:29 
GeneralRe: Help with inheritance Pin
Anonymous7-Jul-04 13:58
Anonymous7-Jul-04 13:58 
GeneralRe: Help with inheritance Pin
Anonymous7-Jul-04 14:02
Anonymous7-Jul-04 14:02 
GeneralVisual C++ STLPort question Pin
Indrawati5-Jul-04 14:45
Indrawati5-Jul-04 14:45 
GeneralRe: Visual C++ STLPort question Pin
Christian Graus15-Sep-04 11:43
protectorChristian Graus15-Sep-04 11:43 
Generalscreen capture to jpg Pin
Spiritofamerica5-Jul-04 12:21
Spiritofamerica5-Jul-04 12:21 
GeneralRe: screen capture to jpg Pin
Johann Gerell5-Jul-04 21:15
Johann Gerell5-Jul-04 21:15 
GeneralRe: screen capture to jpg Pin
Johann Gerell5-Jul-04 21:15
Johann Gerell5-Jul-04 21:15 
Generalslider Pin
Anonymous5-Jul-04 12:19
Anonymous5-Jul-04 12:19 
GeneralRe: slider Pin
Roger Allen6-Jul-04 4:28
Roger Allen6-Jul-04 4:28 

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.