Interface

Hello everybody ! I have got one question. Is it possible to make C++ programms with own Interface and graphical elements ? If it's possible, then how to do it ?
Absolutely. For 2D graphics, windowing, sound, etc, I recommend SFML: http://sfml-dev.org/
(I have made a few video tutorials on the subject, as well http://www.youtube.com/sfmlcoder/ ).

For standard GUI programs with menus and text boxes and so on, you could use WinAPI for windows programming, or try something like Qt (http://qt.nokia.com/products/ ) or wxWidgets (http://www.wxwidgets.org ) for cross platform GUI development.
closed account (zb0S216C)
You can. You need a graphical library such as DirectX[1], OpenGL[2], Fox[3], or GTK[4].

References:
[1]http://www.microsoft.com/downloads/en/details.aspx?familyid=2da43d38-db71-4c1b-bc6a-9b6652cd92a3&displaylang=en
[2]http://www.opengl.org/
[3]http://www.fox-toolkit.org/
[4]http://www.gtk.org/

Wazzak
Oh, that's amazing ! I thought it is impossible. Thank you guys. (I am beginner in C++, so i will ask a lot of questions)
Topic archived. No new replies allowed.