How to use GUI in c language?Which is best GUI for c?
Check our answers to ‘How to use GUI in c language?Which is best GUI for c?’ - we found 27 replies and comments relevant to this matter. The best answers are submitted by users of Quora, Yahoo! Answers and Stackoverflow.com.
Related Questions & Answers
Best solution
-
Which is the best GUI platform for C language to use?
Answer:
If you don't want to go for an hefty Eclipse IDE (although it's quite popular and well recommended)...
Other solutions
-
Can I use HTML5 and CSS3 as GUI layer for C program?
I have written a program in C language which is in command line . Now I want to make GUI for that program. Is it possible to make GUI using only HTML5 and CSS3 ? I don't want to use QT or any GUI framework or GUI libraries.
Answer:
The traditional way to do this is to have your program implement the Common Gateway Interface and interact...
-
What GUI framework / library corporate companies use?
I asked a similar question a while ago. The answer was that companies build there own GUI libraries and keep it secret. But lets I if an average programmer wants to build an application for OS X, which would be the most common and the best GUI library...
Answer:
Most people developing GUI Mac apps will use the Apple provided toolkit, which is Cocoa. Others will...
-
What should use more in Autodesk (company) AutoCAD - command line or GUI and why?
I have heard from many sources I should use the command line more, but I am doing well with the GUI. I use the command line for some basic things though. Would I work faster with the command line in the long-term? I am still a beginner in AutoCAD so...
Answer:
As others have indicated - keyboard will simply make your productivity go up by leaps and bounds. The...
-
Which toolkit/framework should I use for to make a Python GUI?
I'm writing a Windows application in Python. Which GUI toolkit/framework should I use. QT is out of the question because my code will be closed source and proprietary. My GUI will be very simple. User enters a few values into a form and presses a button...
Answer:
I'd say just stick with TkInter because of the simplicity and because it's one of the "included...
-
Need advice on GUI to use in Java?
I have a blackjack game I created which is text-based. I made it into a executable .jar file but it doesn't has any GUI to display the text that is displayed in the console window of the IDE I am using which is Eclipse. I'm not too familiar with graphics...
Answer:
You want to use Java Swing which is probably too much info to cover here. You can create a JTextArea...
-
Can you make button in photo shop and use them in your java GUI that exactly work like Jbutton ?
what about other like text field and basically make everything in photoshop and use it in java GUI ? thanks
Answer:
Create a JButton and pass a new ImageIcon to it using the path to your image. Use an absolute path for...
-
What resources should I use if I want to write a GUI library for C++?
I want to write a GUI Library in c++ so i can learn how it work at a lower level. I think it would be interesting to understand how GUI's work and how it has to interact witht the operating system.
Answer:
I am a co-author of the FLTK GUI library from very early on. FLTK is a very low level GUI library written...
-
How do i use threads in a GUI in java?
I am trying to make a command line program and i can't seem to understand how to use threads in a GUI. Please explain in plain english and give examples. Thank y
Answer:
I made you a simple example using a JLabel, with an increasing number using a thread well actually i...
-
What should use more in Autodesk (company) AutoCAD - command line or GUI and why?
I have heard from many sources I should use the command line more, but I am doing well with the GUI. I use the command line for some basic things though. Would I work faster with the command line in the long-term? I am still a beginner in AutoCAD so...
Answer:
As others have indicated - keyboard will simply make your productivity go up by leaps and bounds. The...