The following address is the Win32 tutorial I found that has helped me get started programming windows applications! Hope this can help others who are looking to learn to program windows applications as well!
http://winprog.org/tutorial/
~Trooper_Max~
Thanx everyone for your help. I was able to find the following tutorial and have now actually written a windows application that creates a window and draws some text, ellipses, and arcs in it...
http://winprog.org/tutorial/
~Trooper_Max~
Ok... I'm now pretty sure that it is a backlash followed by and n... "\n"
So I'm guessing if you do something like this in the section that writes the results it will work... :
WriteIntPr("Number of results analysed = ", returns);
WriteIntPr("\nNumber of claimants =...
I think the symbol to go to the next line is a slash followed by an n... "/n" or it might be a backslash... "\n"
also, when using cout endl is also used:
cout endl;
I don't know much either, but I hope that helps...
~Trooper_Max~
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.