Question for program?

Hello! I am very new to c++ programming and I would like to write a program where you would put in a name of somebody and it will show you their birthday, for example if I type in "Billy Bob" it would return 1-1-65 but if Billy Bob is not in the database it would return "Birthday not found" I having trouble with it reading my cin and the program translating that into their birthday I put into the database.

Any help please?
Thanks
Post what you have so far using the code tags (the "<>" from right side format bar)

If you dont know how to start to program in C++ then http://www.cplusplus.com/doc/tutorial/ is a good place to start

You need at least "Basics of C++", arrays to code this from above link
Topic archived. No new replies allowed.