CodingForums.com

CodingForums.com (http://www.codingforums.com/index.php)
-   Computer Programming (http://www.codingforums.com/forumdisplay.php?f=21)
-   -   Library for a C GUI (http://www.codingforums.com/showthread.php?t=248725)

Artyboy2011 01-13-2012 01:38 PM

Library for a C GUI
 
Hi, whatg is a good library in C that will allow me to make a GUI based program instead of a command line program.

I DON'T wan't to use anything like Visual c or somthing, as i like to do 100% coding and no drag and drop. It feels pointless to me otherwise.

Thanks :)

oracleguy 01-13-2012 05:31 PM

Since you are asking for a library I am guessing you don't want to write native (as in platform specific) so you should take a look at GTK it is a pretty popular cross platform GUI framework. Here is the getting started page too: http://developer.gnome.org/gtk3/stab...g-started.html

Artyboy2011 01-15-2012 01:34 PM

@oracleguy
 
I don't know much about C, all i know is the basics, however i want to make a program thats not a command line program.

How would i go about making a native program?

PS. Thanks for the advise on GTK. I'm going to use that aswell :)


All times are GMT +1. The time now is 12:25 AM.

Powered by vBulletin®
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.