Click here to Skip to main content
15,885,366 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,

Which is the best and most efficient tool that can be used for creating a UI for a C code?

What I have tried:

I have tried with creating a UI in java and calling the C object file in java program. I am looking for more alternative and efficient ways to achieve this.
Posted
Updated 29-Mar-16 20:13pm

1 solution

Hi, you can try GTK+, also refer following links,
1. How to create a GUI(Graphical User Interface) using C programming Language.. | Gihan's Blog..[^]
2. Erco's FLTK Video Tutorials[^]
3. Creating a simple GUI programm with C and GTK+ (Создание ГУИ программы на GTK+) - YouTube[^]

My suggestion is, its difficult to create UI in C, you may consider Qt, which is an efficient technology for UI based application development with C++.
And refer this similar CodeProject question,
www.codeproject.com/Questions/115758/GUI-Programming-with-C-language[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900