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
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!