Can you develop a program with a graphical user interface in C? Or is C just for console applications?
graphical C program?
Started by danieltm64, Dec 30 2009 12:21 PM
6 replies to this topic
#1
Posted 30 December 2009 - 12:21 PM
|
|
|
#2
Posted 30 December 2009 - 04:59 PM
You can, but you'll have to use the OS API to do it.
#3
Posted 30 December 2009 - 08:51 PM
You could download and play around with visual c++ express edition from microsoft, wouldn't cost you anything. Even though it's C++, you can just as well write straight C code with it.
Google 'visual c++ express' and you'll find a link to it.
- John
--------------------------
Welcome to Teach Me C | Teach-Me-C.com
Google 'visual c++ express' and you'll find a link to it.
- John
--------------------------
Welcome to Teach Me C | Teach-Me-C.com
#5
Posted 04 January 2010 - 03:14 AM
So then how would you make API's of your own? Like if you were developing a small operating system to run off a floppy disk
#6
Posted 04 January 2010 - 11:06 PM
You would have to make some sort of windowing system, and some way for programs to communicate with it through the OS. Honestly though, I don't really know much about how it all works.
Root Beer == System Administrator's Beer
Download the new operating system programming kit! (some assembly required)
Download the new operating system programming kit! (some assembly required)
#7
Posted 05 January 2010 - 02:45 AM
well cool avatar lol


Sign In
Create Account


Back to top









