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 ?
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.