graphics

anyone know were i can go to learn to program graphics? If it matters my compiler is code blocks.
you can use a graphics library like sfml, it works for code blocks too. =)

http://www.sfml-dev.org/
I'd kinda like to make my own so is there anny website or tutorial you could direct me to?
annyone??
Standard C++ doesn't know about graphics. You have to use a library. SFML is one. SDL is another. If you are using windows you can use the WinAPI. If you want console graphics you can use something like ncurses.
Assuming you're using Win32, you need to learn the Win32 graphics API if you want to do it yourself. Most people use a graphics library so they don't have to bother with the low-level messing about, but there's no harm in learning it.

http://www.relisoft.com/win32/index.htm
I recommend using OpenGL's Glut...Easiest thing I ever learned XD.
Topic archived. No new replies allowed.