Hi have done the most basic things in order to make small C++ applications. Now I want to go on to making C++ applications for windows (98) however i dont know how to embed my code (e.g. like cout << "Hallo world"; ) into the window application.
The compiler generates some default code which generates a window, but how can i write text into that window? Every time I use a traditional c++ command like cout, nothing happends.
I hav also tryed to run the examples in dev, (e.g. like the animation example WinAnim\Anim.dev) but I get an error [Resource error] no resources.
Could someone please give me an hint and perhaps send me an example (kfr@frambo.com)
BR Kurt
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi have done the most basic things in order to make small C++ applications. Now I want to go on to making C++ applications for windows (98) however i dont know how to embed my code (e.g. like cout << "Hallo world"; ) into the window application.
The compiler generates some default code which generates a window, but how can i write text into that window? Every time I use a traditional c++ command like cout, nothing happends.
I hav also tryed to run the examples in dev, (e.g. like the animation example WinAnim\Anim.dev) but I get an error [Resource error] no resources.
Could someone please give me an hint and perhaps send me an example (kfr@frambo.com)
BR Kurt
One way to go easily from console application to windows application:
http://sourceforge.net/forum/forum.php?thread_id=720052&forum_id=48211