writing on a file

i am developing an student software in which i am taking the information using text boxes and command buttons and after he push the register button i want that all the above contents will be write on the text file..can it will be the same procedure as console or it will be different??
Last edited on
GUI programming is different. The difference is that you're being handling requests (button presses, timer and so on) rather than controlling the workflow directly.

You should try a Windows tutorial to get a feel for what's involved.
If you are already a native C++ programmer, try Qt for programming windows GUI easily.

www.qt-project.org
please read this, it might help you get better aquainted with such events and methods.

http://www.winprog.org/tutorial/
Topic archived. No new replies allowed.