writing in the windows?

Now i can make a window, but i don't understand to write the window. Somebody can teach me?
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.
where can i learn windows GUI?
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.
Oke i will find it, thanks.
Read Ivor Horton's Beginning Visual C++ 2012.
Topic archived. No new replies allowed.