Hi every one,
I'm working in a code from 1 mounth, and now I finaly finished, it work, but there is the old problem in C++ language, the interface, once that I wan't to do a program that will be used for anothers users, I wanna to make the program more friendly to the user.
I'm search a lot of plataforms and tutorials to make the GUI interface, and I choose the wxDEV - C++ program(looks like wxWidgets), once I develop the program in dev-c++. But I have a big problem to integrate my code to the plataform(create butons,forms,windows I know).
Basically, my program are doing this:
1 - Read data from text file
2 - Put the data from file to a stristream
3 - Tokenize the stringstream e transform into a vector.
4 - Make calcs with this vectors.
5 - Output the vectors in texts files.
And I wanna to create some dialog boxes(to imput the name of the file for example), another boxes that show some results of the calcs, and if possible, create a grapich with the values of the vectors.
Anyone can help me?
Ps.: I don't post the code because he have 1300 lines =].