Click here to Skip to main content
15,913,854 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: error in VC 2005: 'Stack::Link' : dependent name is not a type Pin
Arman S.14-Jul-07 2:35
Arman S.14-Jul-07 2:35 
GeneralRe: error in VC 2005: 'Stack::Link' : dependent name is not a type Pin
jpucnpczjx15-Jul-07 2:29
jpucnpczjx15-Jul-07 2:29 
QuestionLinker Pin
Bram van Kampen13-Jul-07 15:14
Bram van Kampen13-Jul-07 15:14 
AnswerRe: Linker Pin
DevMentor.org14-Jul-07 9:46
DevMentor.org14-Jul-07 9:46 
GeneralRe: Linker Pin
Bram van Kampen14-Jul-07 13:04
Bram van Kampen14-Jul-07 13:04 
AnswerRe: Linker Pin
Mark Salsbery14-Jul-07 11:41
Mark Salsbery14-Jul-07 11:41 
GeneralRe: Linker Pin
Bram van Kampen14-Jul-07 13:06
Bram van Kampen14-Jul-07 13:06 
QuestionDefault values in prototypes Pin
mrchips0513-Jul-07 14:20
mrchips0513-Jul-07 14:20 
Hi guys, this is my first post here.

Quick, maybe stupid question, just the way I'm doing this doesn't seem right.

I'm doing an assignment that manipulates and generates some genealogy data and
I'm having a problem figuring out for this part if my code is correct.

This is the assignment prompt for specific part i'm having a problem with:

A default constructor with three arguments (in the same order listed above) that sets the three data members to the values of the arguments. Each argument should be given a default value of 0 in the method prototype.

This is the coding I currently have for that declaration that I'm unsure of:

Date(int day = 0, int month = 0, int year = 0);


Any help here would be greatly appreciated, want to make sure I get this assignment right after
the grades on the last couple! Haha

Thanks guys.

mr. chips
AnswerRe: Default values in prototypes Pin
Paul Conrad13-Jul-07 14:31
professionalPaul Conrad13-Jul-07 14:31 
AnswerRe: Default values in prototypes Pin
Bram van Kampen13-Jul-07 15:29
Bram van Kampen13-Jul-07 15:29 
Questionnew problem Pin
kcynic13-Jul-07 12:35
kcynic13-Jul-07 12:35 
AnswerRe: new problem Pin
Michael Dunn13-Jul-07 13:14
sitebuilderMichael Dunn13-Jul-07 13:14 
GeneralRe: new problem Pin
kcynic13-Jul-07 13:24
kcynic13-Jul-07 13:24 
GeneralRe: new problem Pin
Mark Salsbery13-Jul-07 15:39
Mark Salsbery13-Jul-07 15:39 
GeneralRe: new problem Pin
kcynic13-Jul-07 19:42
kcynic13-Jul-07 19:42 
GeneralRe: new problem Pin
Mark Salsbery14-Jul-07 7:07
Mark Salsbery14-Jul-07 7:07 
GeneralRe: new problem Pin
Cyrilix13-Jul-07 19:43
Cyrilix13-Jul-07 19:43 
GeneralRe: new problem Pin
kcynic13-Jul-07 19:53
kcynic13-Jul-07 19:53 
QuestionRegisterServiceProcess how to use Pin
Jayapal Chandran13-Jul-07 12:07
Jayapal Chandran13-Jul-07 12:07 
AnswerRe: RegisterServiceProcess how to use Pin
Michael Dunn13-Jul-07 13:15
sitebuilderMichael Dunn13-Jul-07 13:15 
Questionoperator new Pin
tom groezer13-Jul-07 9:18
tom groezer13-Jul-07 9:18 
JokeRe: operator new Pin
CPallini13-Jul-07 9:37
mveCPallini13-Jul-07 9:37 
GeneralRe: operator new Pin
almogo13-Jul-07 13:05
almogo13-Jul-07 13:05 
AnswerRe: operator new Pin
CPallini13-Jul-07 13:16
mveCPallini13-Jul-07 13:16 
AnswerRe: operator new Pin
The Wizard of Doze13-Jul-07 9:39
The Wizard of Doze13-Jul-07 9:39 

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.