How do I start application and GUI development using C and C++?

Asked by Last Modified  

Follow 3
Answer

Please enter your answer

Check out about QT programming for C and C++
Comments

Engineer

2. Qt4 / Qt3 (C++ based) This is a nice API, for making GUI applications. It works under Linux, Windows and Mac OS X. Its really easy to learn and use. But, until you dont buy licenced version, you will need to add tons of -dll s, to run your application. Qt compiler doesnt work in Vista. And, Qt4 API...
read more
2. Qt4 / Qt3 (C++ based) This is a nice API, for making GUI applications. It works under Linux, Windows and Mac OS X. Its really easy to learn and use. But, until you dont buy licenced version, you will need to add tons of -dll s, to run your application. Qt compiler doesnt work in Vista. And, Qt4 API has a bit complicated way, to get buttons to work, if button holds some more complicated operations(actually you have to make your own SLOT's). Tutorial: http://sector.ynet.sk/qt4-tutorial/ read less
Comments

Advance Excel And VBA Training

For developing gui in C, use gtk. For developing gui in C++ use qt or wxwidgets for cross platform. You can also try visual c++. There are various platform specific and cross platform GUI frameworks. Windows 1. Microsoft Foundation Class (MFC) 2. In case of C++/CLI go for .NET (WinForm) LINUX 1....
read more
For developing gui in C, use gtk. For developing gui in C++ use qt or wxwidgets for cross platform. You can also try visual c++. There are various platform specific and cross platform GUI frameworks. Windows 1. Microsoft Foundation Class (MFC) 2. In case of C++/CLI go for .NET (WinForm) LINUX 1. GTK and GTK+ These are C libraries with C++ wrappers available for them. Cross Platform 1. QT Framework It is best cross platform framework IMO. It covers GUI, graphics, network, file system etc. QT Creator allows you to build GUI by drag and drop (similar to Visual Studio). 2. WxWidget I have never used personally, but reviews are good. read less
Comments

Corporate Trainer

Use QT programming
Comments

View 2 more Answers

Related Questions

What are all the data types in C programming with their details?
C programming language supports several data types, which are categorized into two main groups: primitive or basic data types and derived data types. Primitive data types include: Integers: Represent...
Profile Photo
Ganga
0 0
View Comments6
What is "&" called in C language?
The Address Operator in C also called a pointer. This address operator is denoted by “&”. This & symbol is called an ampersand.
Profile Photo
Soumya
0 0
View Comments5
Can a functions return more than one value at a time?
Actually functions does n't return more than one value. But you can achieve it by returning data structure (i.e.structure,array)
Profile Photo
Lamaan
0 0
View Comments7
Which is the best C language IDE/compiler for Windows?
For Windows, one of the widely regarded C language IDEs is Microsoft Visual Studio. It provides a comprehensive development environment with features like code highlighting, IntelliSense for smart code...
Profile Photo
Deepashri
0 0
View Comments5

Now ask question in any of the 1000+ Categories, and get Answers from Tutors and Trainers on UrbanPro.com

Ask a Question

Related Lessons

Set 0 To Kth Bit In A Variable
The following code snippet Set 0 to Kth Bit in an variable #include int UnsetBitValue(int n, int k);int main(){ printf("%d\n\n",UnsetBitValue(255,6)); return 0;}// Set kth bit to zeroint UnsetBitValue(int...
Profile Photo

Can we store different data types in a stack?
Yesterday, one of my Facebook friend asked me this question. My answer is "yes", and in this post I will discuss how could we do this.I am a great supporter of working with unions and I will be using union...
Profile Photo

C PROGRAM FOR GENERATING SOUND
#include<stdio.h> #include<conio.h> #include<dos.h> void main() { sound(3000); // sound function have single parameter , this parameter we put integer value its generating...
Profile Photo

V. Muthu Ganeshan

0 0
View Comments0

Understanding Computer Science Concepts with Images and Videos..
All Computer science concepts relating to programming and software development are only virtual. It cannot be practically shown as a hardware parts of a computer. But for better understanding it should...
Profile Photo

Design your own Mouse Driver in C Language
Mouse Driver (msdrv.h) #include #include union REGS i,o; restrictmouseptr(int x1, int y1, int x2, int y2) { i.x.ax=7; i.x.cx=x1; i.x.dx=x2; ...
Profile Photo

Recommended Articles

Brilliant Academy is one of the reputed institutes for B.Tech tuition classes. This institute is specialised in delivering quality tuition classes for B.E, Engineering - all streams and Engineering diploma courses. Incorporated in 2012, Brillant Academy is a brainchild of Mr Jagadeesh. The main motto of the academy is to...

Read full article >

Lasya Infotech is a Hyderabad based IT training institute founded in 2016 by O Venkat. Believing in his innovation, passion and persistence and with a diverse blend of experience, he started his brainchild to deliver exemplary professional courses to aspiring candidates by honing their skills. Ever since the institute envisions...

Read full article >

Information technology consultancy or Information technology consulting is a specialized field in which one can set their focus on providing advisory services to business firms on finding ways to use innovations in information technology to further their business and meet the objectives of the business. Not only does...

Read full article >

Almost all of us, inside the pocket, bag or on the table have a mobile phone, out of which 90% of us have a smartphone. The technology is advancing rapidly. When it comes to mobile phones, people today want much more than just making phone calls and playing games on the go. People now want instant access to all their business...

Read full article >

Looking for C Language Classes?

Learn from the Best Tutors on UrbanPro

Are you a Tutor or Training Institute?

Join UrbanPro Today to find students near you