Click to See Complete Forum and Search --> : mapping images (in windows) using C++


qwe
09-23-2002, 06:23 PM
Hey guys. Am new to programming and trying to learn C++.But one of the things that I was interested in was being able to use C++ to model situations and interact with the windows system. So if anyone can give me the name of a good tutorial that shows you how to map images to the screen with C++ using windows I would appreciate it. Any other comments are also welcome.
Thanx for all help
:)

Malone
09-27-2002, 06:30 PM
I'm not sure what you mean by "interact with the windows system" exactly, but C++ Windows programming in general is notoriously difficult, ESPECIALLY for beginners. You might want to take a look at Java, or even just VisualBasic for (relatively) easy graphical user interface development.

qwe
09-30-2002, 06:18 AM
Thanks Malone....
I'll try using those languages first.