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

Is C/C++ language is still important in 2019?
Of course, C language is only the heart of any processor or controller.Because of complexity in C peoples are looking to work on High-level languages like JAVA etc.
Tejas
0 0
7
What is polymorphism in C++?
https://vz-3ad30922-ba4.b-cdn.net/22b3f0e4-e072-48b7-9ae6-3d65a6b4ad50/play_480p.mp4
Renu
0 0
5
What is a C++ identifier?
The C++ identifier is a name used to identify a variable, function, class, module, or any other user-defined item. An identifier starts with a letter A to Z or a to z or an underscore (_) followed by zero...
T.v.
0 0
6
what is method over-riding and how it is used ? if possible send with code with output or screen photo ?
Method over-riding : it is a technique in which more then one function with same name and same signature( similar type parameter) can present in program. in overriding a subclass method overrides the definition...
Sayyad
0 0
5

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

Ask a Question

Related Lessons

How are C And C++ Different Form Each Other
1.C and C++ both have data types operator and conditional looping control statements. But the difference is that C++ has to object-oriented concepts which C programs do not have. Hence C program is like...

Lets learn why OOPS is popular?
1. Supports reusability- It means that once a class is designed it works just like a template which can be inherited. 2. Provides better management- It means that abstract classes and interfaces guide...
R

What is Abstraction?
In theortical terms, abstraction is: Hiding details from the outer world. Providing only essential details to outer world. C++ provide ways to hide details using access specifiers: public, protected...

Upcasting and Downcasting
Converting a derived-class reference or pointer to a base-class reference or pointer is called upcasting. It is always allowed for public inheritance without the need for an explicit type cast. The downcasting,...

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