Jump to content

graphical C program?

- - - - -

This topic has been archived. This means that you cannot reply to this topic.
6 replies to this topic

#1
danieltm64

danieltm64

    Newbie

  • Members
  • PipPip
  • 10 posts
Can you develop a program with a graphical user interface in C? Or is C just for console applications?

#2
WingedPanther

WingedPanther

    A spammer's worst nightmare

  • Moderators
  • 16,831 posts
You can, but you'll have to use the OS API to do it.
Programming is a branch of mathematics.
My CodeCall Blog | My Personal Blog

#3
runchman

runchman

    Newbie

  • Members
  • PipPip
  • 20 posts
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

#4
Guest

Guest

    Writes binary right handed and hex left handed

  • Members
  • PipPipPipPipPipPipPipPipPip
  • 3,414 posts
With C you can use GTK+, and with C++ you can use wxWidgets. You can use those, any other GUI libraries, or the OS API as WingedPanther said.
Root Beer == System Administrator's Beer
Download the new operating system programming kit! (some assembly required)

#5
JewFro297

JewFro297

    Programming Professional

  • Members
  • PipPipPipPipPip
  • 224 posts
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
Guest

Guest

    Writes binary right handed and hex left handed

  • Members
  • PipPipPipPipPipPipPipPipPip
  • 3,414 posts
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)

#7
JewFro297

JewFro297

    Programming Professional

  • Members
  • PipPipPipPipPip
  • 224 posts
well cool avatar lol