|
Re: How to work with visual interface in C++?
C++ itself has no GUI capabilities, so you have to choose a library to use. There are a lot to choose from. Basically, every platform has its own system, plus there are some that are cross-platform. I tend to hear good things about QT if you want to make nice menus and buttons and such. If you just want to draw things, I might use SDL.
|