simple input/output in OOP style

I need a script in OOP style :( this is what i need to do...

Name: ______ // input name
Age: _______ // input age
Birthday: ______ // input bday

and will display: for example

OUTPUT:

Name: Darren Claveria
Age: 21
Birthday: Sept. 23 1991

Really need your help guys! :( thanks!
check out these and youll be able to do this program in a few minutes..this should get you started

http://www.cplusplus.com/doc/tutorial/variables/

http://www.cplusplus.com/doc/tutorial/basic_io/

if you want to do it inside functions check this out

http://www.cplusplus.com/doc/tutorial/functions/
Last edited on
Duplicate post see 524
Topic archived. No new replies allowed.