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

C / C++ / MFC

 
GeneralClass inheritance problems Pin
User 665823-Jun-04 2:39
User 665823-Jun-04 2:39 
GeneralRe: Class inheritance problems Pin
Johnny ²23-Jun-04 2:53
Johnny ²23-Jun-04 2:53 
GeneralRe: Class inheritance problems Pin
User 665823-Jun-04 2:57
User 665823-Jun-04 2:57 
GeneralRe: Class inheritance problems Pin
Johnny ²23-Jun-04 3:12
Johnny ²23-Jun-04 3:12 
GeneralRe: Class inheritance problems Pin
User 665823-Jun-04 3:20
User 665823-Jun-04 3:20 
GeneralRe: Class inheritance problems Pin
David Crow23-Jun-04 3:26
David Crow23-Jun-04 3:26 
GeneralRe: Class inheritance problems Pin
User 665823-Jun-04 3:33
User 665823-Jun-04 3:33 
GeneralRe: Class inheritance problems Pin
suiram4023-Jun-04 8:32
suiram4023-Jun-04 8:32 
you have a dependecy loop.

"a.h" file includes "b.h"
and "b.h" file includes "a.h"

when you derive the derivated class has to know the type tou derive from so you need the definition of the type not the declaration
of that type.



Generalerror C2593: 'operator +=' is ambiguous (watch my code) Pin
anderslundsgard23-Jun-04 2:24
anderslundsgard23-Jun-04 2:24 
GeneralRe: error C2593: 'operator +=' is ambiguous (watch my code) Pin
David Crow23-Jun-04 3:21
David Crow23-Jun-04 3:21 
GeneralRe: error C2593: 'operator +=' is ambiguous (watch my code) Pin
anderslundsgard29-Jun-04 22:44
anderslundsgard29-Jun-04 22:44 
GeneralRe: error C2593: 'operator +=' is ambiguous (watch my code) Pin
V.23-Jun-04 3:23
professionalV.23-Jun-04 3:23 
GeneralRe: error C2593: 'operator +=' is ambiguous (watch my code) Pin
jmkhael23-Jun-04 7:25
jmkhael23-Jun-04 7:25 
QuestionHow to hide col. in listview Pin
Sumit Kapoor23-Jun-04 1:53
Sumit Kapoor23-Jun-04 1:53 
Generalcomputer names in local network Pin
windsock23-Jun-04 1:30
windsock23-Jun-04 1:30 
GeneralRe: computer names in local network Pin
David Crow23-Jun-04 3:36
David Crow23-Jun-04 3:36 
GeneralRe: computer names in local network Pin
windsock23-Jun-04 18:31
windsock23-Jun-04 18:31 
GeneralRe: computer names in local network Pin
David Crow24-Jun-04 3:52
David Crow24-Jun-04 3:52 
GeneralModeless Dialogs Pin
si_6923-Jun-04 1:30
si_6923-Jun-04 1:30 
GeneralRe: Modeless Dialogs Pin
David Crow23-Jun-04 3:46
David Crow23-Jun-04 3:46 
Generaldetecting CDatabase disconnections Pin
craigiek23-Jun-04 1:18
craigiek23-Jun-04 1:18 
GeneralConvert from VS 6.0 project to VS .NET project Pin
anderslundsgard23-Jun-04 0:21
anderslundsgard23-Jun-04 0:21 
GeneralRe: Convert from VS 6.0 project to VS .NET project Pin
Anthony_Yio23-Jun-04 0:36
Anthony_Yio23-Jun-04 0:36 
GeneralRe: Convert from VS 6.0 project to VS .NET project Pin
anderslundsgard23-Jun-04 1:23
anderslundsgard23-Jun-04 1:23 
GeneralRe: Convert from VS 6.0 project to VS .NET project Pin
Anthony_Yio23-Jun-04 16:09
Anthony_Yio23-Jun-04 16:09 

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.