How to write a booking program

Newbie Member
15Feb2013,14:59   #1
ronpaul's Avatar
I am a novice in C++
I want to write a program that will enable users to select a row from a table and hold this in a separate file that can be added to (together with other data)
Is C++ the most suitable program to use
Any hints to get me started

Thanks
Newbie Member
22Feb2013,07:14   #2
Greymouth's Avatar
You would be best off doing it in C++ maybe C#, but i really only know C++.

I would recommend using File I/O and Array.

Also, look up dev-hq in youtube and look at his tutorials they really helped me design something like your doing, or go to his website dev-hq.net/

If you'd like any other help just send me a message!

Good Luck!
Newbie Member
22Feb2013,20:47   #3
ronpaul's Avatar
Quote:
Originally Posted by Greymouth View Post
You would be best off doing it in C++ maybe C#, but i really only know C++.

I would recommend using File I/O and Array.

Also, look up dev-hq in youtube and look at his tutorials they really helped me design something like your doing, or go to his website dev-hq.net/

If you'd like any other help just send me a message!

Good Luck!
Thank you for your help I am just about to go on holiday but will look into this when I return

Ron