im just starting to learn graphics in c++ does any one know of ne good sites that teach graphics
Printable View
im just starting to learn graphics in c++ does any one know of ne good sites that teach graphics
The preprocessor doesn't support graphics, I'm afraid.
What compiler, OS, etc.? And are you totally up to scratch on C++ itself?
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
CPP = C Pre-Processor.
What sort of stage are you at? And what operating system and compiler are you using?
i thought cpp staned for c plus plus
my bad
OS = windows XP
complier dev c++
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.