0
How can i develop graphical user interface for my c ++ program??
Is it same as coding c++
1 Resposta
+ 2
Its pretty much the same..you'll be writing pure c++ code..Try using these frameworks...
-QT
-WxWidgets
-Nana
First check out their websites before choosing one..they're all cross platform framworks(write once run anywhere)...