Need this C++ program

Hello Guys,

I am In need of your help,I need to make a program that can store information you give it and search the information you gave it.

When entering the information it should have the name,surname,age,gender and birthday,the same when searching,it should give you the name,surname,age,gender and birthday you requested.

Help would be GREATLY appreciated.

Thanks,

Ferhan101
You can create a class with all the info you need as members, then store them in a container and look for the right one using standard algorithms
http://www.cplusplus.com/doc/tutorial/classes/
http://www.cplusplus.com/reference/stl/
http://www.cplusplus.com/reference/algorithm/find_if/
Topic archived. No new replies allowed.