[Help]C programming/Adding a gui to your code

07/04/2009 03:27 bebe#1
Hey, I recently made some programs, basic calculation programs and I would like to connect the code to a gui (basically I have C code compiled that works only in the terminal, and I want an independent exe with a simple window design.

What program/programs do you use? Or how do you usually do it?
Any help would be great.

Thanks
07/04/2009 07:00 ookamocka#2
Quote:
Originally Posted by bebe View Post
Hey, I recently made some programs, basic calculation programs and I would like to connect the code to a gui (basically I have C code compiled that works only in the terminal, and I want an independent exe with a simple window design.

What program/programs do you use? Or how do you usually do it?
Any help would be great.

Thanks
there is no "program to use" in order to make a GUI, u write the code for the GUI in C urself... there are however programs out there that'll do this for you (like make a window and a button on the window [u have to configure what the button does urself though]... if that's wat you're referring to)... i don't know of any off the top of my head, so do a quick google search :p
07/04/2009 07:58 Hanzo14#3
Use Microsoft Visual c++ express or Eclipse