Joined
Last Seen
0 Reputation Points
Unknown Quality Score
No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
0 Endorsements
Ranked #107.70K
1 Posted Topic
[CODE][COLOR="Green"]//here is another way to do it. [/COLOR][B]char[/B] stroke; [B]int[/B] day,month,year; cout << [COLOR="Red"]"Enter date: (format) : dd/mm/yy"[/COLOR]; cin >> day >> stroke >> month >> stroke >> year; [COLOR="Green"]//the char stroke will take care of the strokes entered by the user[/COLOR][/CODE]
The End.
Masterlynx