How I can make gui graphics by c++ ? tell me the library of c++ regarding to gui.

Asked by Last Modified  

Follow 0
Answer

Please enter your answer

Game Programmer

There are many libraries available. For ease, you can start with graphics.h, allegro, ncurses, sdl, and opengl. If you need help, feel free to contact me.
Comments

C, C++, Java,

include egavga library
Comments

Standard C++ does not prohibit GUI programming (IOW, it allows it), but at the same time it does not provide any standard library functionality for that. That's beyond the scope of the language and its standard library and is OS/platform-specific. There are 2 aspects of this: 1-Widgets for UI like...
read more
Standard C++ does not prohibit GUI programming (IOW, it allows it), but at the same time it does not provide any standard library functionality for that. That's beyond the scope of the language and its standard library and is OS/platform-specific. There are 2 aspects of this: 1-Widgets for UI like window, dialog, push button, etc 2-Graphics like drawing circle, rectangle, spline, etc I have been using Qt for my UI & haven't seen anybody doing GUI in C++ only. and if you are using linux machine for compilation you can use open gl and can create wrappers for windows but i prefer qt read less
Comments

You can use OpenGL for graphics
Comments

C,C++, Linux Expert

you can use qt+ C++ to create GUI
Comments

15 years Experienced Computer Science Teacher. Interested in Home Tuitions or Coaching center or colleges part time

QT or you can use VC++ forms
Comments

15 years Experienced Computer Science Teacher. Interested in Home Tuitions or Coaching center or colleges part time

You can design your front end by text character and accepting the value on the particular location using goto.
Comments

15 years Experienced Computer Science Teacher. Interested in Home Tuitions or Coaching center or colleges part time

using panthar also
Comments

Tutor

gui interfaces are generally prefered with c# rhather than c++ becoz c# has more advanced features supporting gui interfaces.
Comments

Tutor

certain set of namespace and base class libraries support gui in c# and found to quite similar with web applications as well
Comments

View 13 more Answers

Related Questions

What is polymorphism in C++?
https://vz-3ad30922-ba4.b-cdn.net/22b3f0e4-e072-48b7-9ae6-3d65a6b4ad50/play_480p.mp4
Renu
0 0
5
Which are the best books to learn C?
Yashavant Kanetkar
Kratika
Describe about private access specifier?
Private keyword, means that no one can access the class members declared private outside that class. By default class variables and member functions are private.
Prasad
1 1
8
What are the advantages of OOPL?
Object-Oriented Programming has the following advantages over conventional approaches: 1: OOP provides a clear modular structure for programs which makes it good for defining abstract datatypes where...
Mohan
3 0
6
Is C++ is next version of C?
This feature looks pretty sweet. This would be great because you wouldn't need getters any more. You could make member variables public; later, if you change your mind, you can turn them into property.
Subham

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

Ask a Question

Related Lessons

Software Development Training In Jaipur
Satyam Web Solution provides website designing &development and software designing &development training in Jaipur for various stream’s students. MCA 6 month Industrial Training/Internship B....

Static and dynamic libraries
A library is a package of code that is meant to be reused by many programs. A static library (also known as an archive) consists of routines that are compiled and linked directly into your program. When...

Compiler vs Interpreter
Compiler Interpreter Convert all the code into binary format and execute. Convert one statement at a time and execute, then Convert next statement and execute. After conversion, source...

Array vs Linked List
Array Linked List Accessing element is easy. Accessing element is difficult compare to Array. Easy to use. Difficult to use. Memory is Fixed size. Memory is variable size. If...

Polymorphism In C++
Basically polymorphism represents poly means many and morph means forms that many forms. In which we are passing same message to different objets but every object will work for that message in their own...

Recommended Articles

Introduction C++ is an excellent programming language and many of the applications are written in C++ language. It has generic, object-oriented & imperative programming features, and also provides facilities for low-level memory manipulation. Successor of C language, it is an OOP (object oriented programming) language...

Read full article >

Applications engineering is a hot trend in the current IT market.  An applications engineer is responsible for designing and application of technology products relating to various aspects of computing. To accomplish this, he/she has to work collaboratively with the company’s manufacturing, marketing, sales, and customer...

Read full article >

Hadoop is a framework which has been developed for organizing and analysing big chunks of data for a business. Suppose you have a file larger than your system’s storage capacity and you can’t store it. Hadoop helps in storing bigger files than what could be stored on one particular server. You can therefore store very,...

Read full article >

Microsoft Excel is an electronic spreadsheet tool which is commonly used for financial and statistical data processing. It has been developed by Microsoft and forms a major component of the widely used Microsoft Office. From individual users to the top IT companies, Excel is used worldwide. Excel is one of the most important...

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