Birthday party management project in C++

Apr 16, 2015 at 11:25am
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 Apr 16, 2015 at 11:25am
Apr 16, 2015 at 11:42am
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" ?

Apr 16, 2015 at 12:01pm
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!!
Apr 16, 2015 at 12:09pm
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
Apr 16, 2015 at 12:12pm
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!
Apr 16, 2015 at 12:27pm
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.