Birthday party management project in C++

Hello everyone i have a project in which i have to create a birthday party management program in C++ and i have absolutely no idea about what to do and where to start with..
Also i searched it on the internet but found nothing.i need help on it.
Last edited on
Well you're gonna need some basic input and output for that - http://www.cplusplus.com/doc/tutorial/basic_io/

Did you get any specific instructions, or did they just literally say "Build a party management" ?

No specific instructions i have to make a program which has a menu for the customers in which there are different birthday party deals etc.. it can be viewed by the users and the customers both. one thing is that i have to make this program without using classes(no idea what they are) i know basics of c++ i-e functions variables loops and a bit of arrays, strings pointers and structures!!
you can make different kind of arrangement parties (read outdoor, indoor, picnic party and all that) for the menu.

you could also let the user shop for stuff in your app. That would be cool

PS:when class is away struct is your best friend :D
yeah that's a very cool idea but i am not so strong in c++ and i need a sample code or something like that!
Here is a playlist of a bunch of tutorials - https://www.youtube.com/playlist?list=PLAE85DE8440AA6B83

Watch them, code with him, make your own examples, learn. Use google aswell, this site has useful tutorials.

Get started on something, make some code, when you've done progress and you're stuck on something post the code here and make sure your code is [code]between code tags [/code] so that it has syntax highlighting and line numbers, as well as proper indentation.

http://www.cplusplus.com/articles/jEywvCM9/

And we'll help you out with specific problems.
Topic archived. No new replies allowed.