Click here to Skip to main content
15,890,506 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: I need help URGENT plz Pin
Mohamed_Khalil24-Mar-09 6:05
Mohamed_Khalil24-Mar-09 6:05 
QuestionRe: I need help URGENT plz Pin
David Crow24-Mar-09 6:17
David Crow24-Mar-09 6:17 
AnswerRe: I need help URGENT plz Pin
Mohamed_Khalil24-Mar-09 6:18
Mohamed_Khalil24-Mar-09 6:18 
QuestionRe: I need help URGENT plz Pin
David Crow24-Mar-09 6:22
David Crow24-Mar-09 6:22 
AnswerRe: I need help URGENT plz Pin
Mohamed_Khalil24-Mar-09 6:24
Mohamed_Khalil24-Mar-09 6:24 
QuestionRe: I need help URGENT plz Pin
David Crow24-Mar-09 6:37
David Crow24-Mar-09 6:37 
QuestionRe: I need help URGENT plz Pin
Mohamed_Khalil24-Mar-09 6:46
Mohamed_Khalil24-Mar-09 6:46 
AnswerRe: I need help URGENT plz Pin
David Crow24-Mar-09 6:56
David Crow24-Mar-09 6:56 
dr.nokia wrote:
return(month,day,year);


What is this?

dr.nokia wrote:
cin>>d.month>>d.day>>d.year


Missing a semicolon.

dr.nokia wrote:
d.showDate();


This statement is not doing anything useful.

dr.nokia wrote:
I think my problem in the passing arguments !!?


No. Arguments are what get passed to functions/methods.

Other than the one syntax error, your code should compile and work as expected. It could be vastly improved, but that is another subject altogether.

"Old age is like a bank account. You withdraw later in life what you have deposited along the way." - Unknown

"Fireproof doesn't mean the fire will never come. It means when the fire comes that you will be able to withstand it." - Michael Simmons


GeneralRe: I need help URGENT plz Pin
Mohamed_Khalil24-Mar-09 7:04
Mohamed_Khalil24-Mar-09 7:04 
QuestionRe: I need help URGENT plz Pin
CPallini24-Mar-09 7:03
mveCPallini24-Mar-09 7:03 
Questionhello ,my questions is about opencv track Pin
onlybluemoon24-Mar-09 5:28
onlybluemoon24-Mar-09 5:28 
AnswerRe: hello ,my questions is about opencv track Pin
CPallini24-Mar-09 7:40
mveCPallini24-Mar-09 7:40 
GeneralRe: hello ,my questions is about opencv track Pin
onlybluemoon24-Mar-09 20:29
onlybluemoon24-Mar-09 20:29 
QuestionRe: hello ,my questions is about opencv track Pin
CPallini24-Mar-09 22:15
mveCPallini24-Mar-09 22:15 
AnswerRe: hello ,my questions is about opencv track Pin
onlybluemoon25-Mar-09 2:45
onlybluemoon25-Mar-09 2:45 
GeneralRe: hello ,my questions is about opencv track Pin
onlybluemoon25-Mar-09 23:00
onlybluemoon25-Mar-09 23:00 
QuestionC++ reading out memory specs [modified] Pin
Fatbuddha 124-Mar-09 5:11
Fatbuddha 124-Mar-09 5:11 
AnswerRe: C++ reading out memory specs Pin
Michael Schubert24-Mar-09 5:23
Michael Schubert24-Mar-09 5:23 
GeneralRe: C++ reading out memory specs Pin
Fatbuddha 124-Mar-09 5:33
Fatbuddha 124-Mar-09 5:33 
GeneralRe: C++ reading out memory specs Pin
Michael Schubert24-Mar-09 5:45
Michael Schubert24-Mar-09 5:45 
GeneralRe: C++ reading out memory specs Pin
Fatbuddha 124-Mar-09 6:19
Fatbuddha 124-Mar-09 6:19 
GeneralRe: C++ reading out memory specs Pin
Michael Schubert24-Mar-09 6:28
Michael Schubert24-Mar-09 6:28 
GeneralRe: C++ reading out memory specs Pin
David Crow24-Mar-09 6:39
David Crow24-Mar-09 6:39 
AnswerRe: C++ reading out memory specs Pin
Iain Clarke, Warrior Programmer24-Mar-09 8:39
Iain Clarke, Warrior Programmer24-Mar-09 8:39 
GeneralRe: C++ reading out memory specs Pin
Fatbuddha 126-Mar-09 22:52
Fatbuddha 126-Mar-09 22:52 

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.