writing in the windows?

May 15, 2014 at 6:35am
Now i can make a window, but i don't understand to write the window. Somebody can teach me?
May 15, 2014 at 7:51am
what kind of windows is it? If it's a console use cout << "your text";

Some IDEs like code blocks create a 'hello world' code for you. That's a good starting point.
May 15, 2014 at 11:27am
where can i learn windows GUI?
May 15, 2014 at 12:34pm
There are many tutorials, books available for using the windows API. "Programming windows fifth edition by Charles Petzold" would be a good source for win32 stuff, if you are more interested in store apps you might look at the "sixth edition" of the book. Or you could just use a good ole search engine and you probably turn up hundreds of free sites or sources.
May 24, 2014 at 12:31pm
Oke i will find it, thanks.
May 24, 2014 at 3:08pm
Read Ivor Horton's Beginning Visual C++ 2012.
Topic archived. No new replies allowed.