Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

Help me with making a GUI with C

Status
Not open for further replies.

jgx

Member level 1
Joined
May 21, 2004
Messages
33
Helped
0
Reputation
2
Reaction score
0
Trophy points
1,286
Location
brazil
Activity points
210
GUI AND C

I want make a simple GUI using C
CAN YOU HELP ME?
THANKS
 

GUI AND C

For which operating system?

Do you really want to write your own? There are some free GUIs available.
 

Re: GUI AND C

for win xp and gnu/linux and what are some free gui's availables?
 

Re: GUI AND C

Check these out:

WX Windows (probably the easiest to get going, not a pretty toolset imho tho)
https://www.wxwindows.org/
**broken link removed**
**broken link removed**

GTK (may be a little tricker to get going, but pretty imho)
https://www.gtk.org
**broken link removed**

QT is another option, i'm not sure where things are at with windows licencing tho.
https://www.trolltech.com/

Hope this helps.

oddbudman
 

    jgx

    Points: 2
    Helpful Answer Positive Rating
GUI AND C

Use it as base :
**broken link removed**

Carefull code analysis will give you solid basis to start your own gui programming .
 

    jgx

    Points: 2
    Helpful Answer Positive Rating
Re: GUI AND C

jgx said:
I want make a simple GUI using C
CAN YOU HELP ME?
THANKS

i think the question is quite general.
depending on your working OS, there are different ways.
 

Re: GUI AND C

What type of help do you expect ?
Do you want coding or ideas ?
GUI can be developed using graphics library and interrupt programming.
Try out some existing programs first.

Bye
 

Re: GUI AND C

Hello

Use Borland C++ Builder - you can use a basic C language to do GUI app


All the best


Bobi
 

Re: GUI AND C

bobcat1 do you know of a site or a book that teaches how to make GUI applications with the borland builder????
 

Re: GUI AND C

Hello

There are many site and application examples on the net.

All you have to do is to google for BCB builder tutorial and you will find many link's


All the best


Bobi
 

Re: GUI AND C

okay thanx

actually i havent done much GUI programming but i do know that its very easy to do in Visual basic because building the GUI is one of the very first tasks when building a Visual basic program.

is borland builder the same???

i do have knowledge of C C++ and VB but i just havent got any chance to make a GUI. i think now is the time. so please direct me in the right path
 

Re: GUI AND C

Hi

From the GUI point of view it's the same as VB but programming in C++ is different from VB


All the best



Bobi
 

GUI AND C

book about programming hxxp://www.ebookcn.net/

Added after 1 hours 23 minutes:

for Linux use Tkl/Tk as GUI and C for programming
 

Re: GUI AND C

You should use LabWindows/CVI.

Here is the excerpt from www.ni.com :

* ANSI C development environment optimized for test, measurement, and control
* Intuitive environment optimized for test and measurement
* Advanced ActiveX and multithreaded capabilities
* Interactive user interface editor and creation of instrument drivers
* Built-in measurement libraries for acquisition, analysis, and presentation
* Comprehensive debugging tools
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top