PDA

Click to See Complete Forum and Search --> : gui in cpp


dogfish227
Nov 15th, 2002, 03:36 PM
im just starting to learn graphics in c++ does any one know of ne good sites that teach graphics

parksie
Nov 15th, 2002, 05:05 PM
The preprocessor doesn't support graphics, I'm afraid.

What compiler, OS, etc.? And are you totally up to scratch on C++ itself?

dogfish227
Nov 15th, 2002, 06:15 PM
i have no idea what you just said im still a beginer in c++ all im looking for is like a way to draw a picture to the screen in c++ but i dont just want the code i want to know how it works so im looking for tutorails

parksie
Nov 15th, 2002, 06:16 PM
CPP = C Pre-Processor.

What sort of stage are you at? And what operating system and compiler are you using?

dogfish227
Nov 15th, 2002, 06:30 PM
i thought cpp staned for c plus plus
my bad

dogfish227
Nov 15th, 2002, 06:36 PM
OS = windows XP
complier dev c++

CornedBee
Nov 18th, 2002, 03:37 AM
Do you know the language itself well? In windows you only can draw graphics via the API (or DirectX, but this is even harder), and the API is not for C++ beginners.