Is it possible to create a GUI in C if so are there any tutorials???
Many thnx
14 replies to this topic
#1
Posted 16 October 2011 - 09:26 AM
|
|
|
#2
Posted 16 October 2011 - 10:10 AM
There are MANY ways to create GUIs in C, all of which require a library of some sort or using an OS API (in windows). Some of the best GUI libraries are GTK+ and wxWidgets. On their websites, they have tutorials or links to tutorials.
Latinamne loqueris?
#3
Posted 16 October 2011 - 12:29 PM
You should use a (cross platform) library:
Depends what you want WxWidgets is good for applications, SDL is great for 2D games (see lazyfoo.net - best tutorials for it) and openGL is for 3D games.
Depends what you want WxWidgets is good for applications, SDL is great for 2D games (see lazyfoo.net - best tutorials for it) and openGL is for 3D games.
Please, write clearly with proper structure. Double spacing makes the text feel un-jointed, Capitalizing Every Word Means People Stop Before Every Word Sub-Consciously Which Is A Pain In The Backside, and use code tags! (The right most styling box).
#4
Posted 16 October 2011 - 12:47 PM
Just use the winapi or some gui toolkit like wxwidgets or gtk
#5
Posted 16 October 2011 - 03:22 PM
WxWidgets is laid out very logically, use that. Windows API is :thumbdown:
#6
Posted 16 October 2011 - 03:46 PM
siestaacat said:
Windows API is :thumbdown:
Latinamne loqueris?
#7
Posted 16 October 2011 - 04:35 PM
mebob said:
I agree, at least so for GUI programming.
Win32 API is what I'm used to; I wouldn't say it's very easy, but I don't really - as of right now - have any other way of using GUI.
#8
Posted 16 October 2011 - 06:01 PM
#9
Posted 16 October 2011 - 06:28 PM
Who? Me, or the OP?
#10
Posted 16 October 2011 - 06:55 PM
#11
Posted 16 October 2011 - 07:03 PM
I don't know how to. I mean, I don't even know what files to include or to download.
#12
Posted 17 October 2011 - 12:20 PM
1 user(s) are reading this topic
0 members, 1 guests, 0 anonymous users


Sign In
Create Account


Back to top









