+ 19
Graphics
Can anybody teach me some graphics in C or C++
4 Answers
+ 9
I want to learn it
+ 10
SFML 1.6 or 2.0 is simple graphic library for C++.
I used it for some my programs
+ 2
In order to make graphics in c/c++, you need to use an external library like Qt or SDL or even Win32 library.
There are a lot of good tutorials over the internet.
+ 2
you can use openGl