Click here to Skip to main content
15,899,679 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Naming convention Pin
Eytukan26-Aug-05 6:47
Eytukan26-Aug-05 6:47 
QuestionConnected users ? Pin
pc_dev26-Aug-05 4:29
pc_dev26-Aug-05 4:29 
AnswerRe: Connected users ? Pin
David Crow26-Aug-05 4:51
David Crow26-Aug-05 4:51 
JokeFunny C++ code Pin
Alex_Y26-Aug-05 4:18
Alex_Y26-Aug-05 4:18 
GeneralRe: Funny C++ code Pin
Joel Holdsworth26-Aug-05 4:37
Joel Holdsworth26-Aug-05 4:37 
GeneralRe: Funny C++ code Pin
Anonymous26-Aug-05 5:05
Anonymous26-Aug-05 5:05 
AnswerRe: Funny C++ code Pin
Alex_Y26-Aug-05 5:17
Alex_Y26-Aug-05 5:17 
GeneralRe: Funny C++ code Pin
sunit526-Aug-05 5:00
sunit526-Aug-05 5:00 
yes it will show error.u have to mention default construtor
CD(int nD) : CC(nD), CB(nD)
if u instantiated object of Class CD
say CD cd(4);
then both CC and CB( CC(int nC) : CA(nC) and CB(int nB):CA(nC)) will try to assign the data member of CA.whereas it is Virtually inherited in both Classes(CC,CB).So only one copy of Class CA has to be present.


-- modified at 11:10 Friday 26th August, 2005
AnswerRe: AnswerFunny C++ code Pin
Alex_Y26-Aug-05 5:16
Alex_Y26-Aug-05 5:16 
GeneralRe: Funny C++ code Pin
Alex_Y26-Aug-05 5:18
Alex_Y26-Aug-05 5:18 
Questionnew operator Pin
Ali Tavakol26-Aug-05 3:35
Ali Tavakol26-Aug-05 3:35 
AnswerRe: new operator Pin
Chris Losinger26-Aug-05 3:57
professionalChris Losinger26-Aug-05 3:57 
AnswerRe: new operator Pin
namaskaaram26-Aug-05 4:01
namaskaaram26-Aug-05 4:01 
AnswerRe: new operator Pin
Emilio Garavaglia26-Aug-05 4:12
Emilio Garavaglia26-Aug-05 4:12 
GeneralRe: new operator Pin
toxcct26-Aug-05 4:20
toxcct26-Aug-05 4:20 
GeneralRe: new operator Pin
Tim Smith26-Aug-05 6:06
Tim Smith26-Aug-05 6:06 
GeneralRe: new operator Pin
John R. Shaw27-Aug-05 12:02
John R. Shaw27-Aug-05 12:02 
GeneralRe: new operator Pin
Emilio Garavaglia28-Aug-05 20:48
Emilio Garavaglia28-Aug-05 20:48 
GeneralRe: new operator Pin
John R. Shaw28-Aug-05 22:35
John R. Shaw28-Aug-05 22:35 
AnswerRe: new operator Pin
David Crow26-Aug-05 4:15
David Crow26-Aug-05 4:15 
GeneralRe: new operator Pin
Emilio Garavaglia28-Aug-05 21:01
Emilio Garavaglia28-Aug-05 21:01 
QuestionDate receiver Pin
Ali Tavakol26-Aug-05 3:27
Ali Tavakol26-Aug-05 3:27 
AnswerRe: Date receiver Pin
David Crow26-Aug-05 3:30
David Crow26-Aug-05 3:30 
GeneralRe: Date receiver Pin
Ali Tavakol26-Aug-05 3:41
Ali Tavakol26-Aug-05 3:41 
GeneralRe: Date receiver Pin
David Crow26-Aug-05 3:55
David Crow26-Aug-05 3:55 

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.