This might be kinda of a silly question but one that I cant seem to find an answer to.
I was wondering is it possible to build a user interface with C++, such as a window with a logo and some buttons. I would assume so but I was not 100% sure and did not want to ask it in class. My goal with programming is to be able to build some small applications with user interfaces. So is it possible to be one in just C++ or do I need to uses another language.
Creating interface for a C++ program
Page 1 of 13 Replies - 802 Views - Last Post: 28 November 2007 - 05:15 PM
Replies To: Creating interface for a C++ program
#2
Re: Creating interface for a C++ program
Posted 28 November 2007 - 04:26 PM
You could use SDL.It's in c/c++.
#3
Re: Creating interface for a C++ program
Posted 28 November 2007 - 05:12 PM
The short answer is yes.
However, c++ by itself has no understanding of UI elements.
Generally you have to use some sort of windowing toolkit or API.
For C++ you have (but not limited to)
Windows API
----------------
Win32, Windows Template Library, MFC
Linux/Windows
-----------------
QT (by Trolltech)
Linux
-------
GTK
However, c++ by itself has no understanding of UI elements.
Generally you have to use some sort of windowing toolkit or API.
For C++ you have (but not limited to)
Windows API
----------------
Win32, Windows Template Library, MFC
Linux/Windows
-----------------
QT (by Trolltech)
Linux
-------
GTK
#4
Re: Creating interface for a C++ program
Posted 28 November 2007 - 05:15 PM
yes it is.
some IDEs have powerfull tools that alow you
to set one up in a mater of minites.
some IDEs have powerfull tools that alow you
to set one up in a mater of minites.
Page 1 of 1
|
|

New Topic/Question
Reply




MultiQuote




|