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 C++
A high-level programming language developed by Bjarne Stroustrup at Bell Labs. C++ adds object-oriented features to its predecessor, C. C++ is one of the most popular programming language for graphical...
Shoaib
Is C#, C++, Python, or JS better for game development?
All languages good for gamjng. But you can make 3d games in c# uaing unity software and it's very very interesting to work on it.
Mohit
0 0
6
What is the syntex error?
A syntax error is a violation of the syntax, or grammatical rules, of a natural language or a programming language. ... A syntax error is called a fatal compilation error, because the compiler cannot translate...
Pranik
What is a class?
Class is User defined data type, its contain data members and member function
Thinagaran
0 0
7

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

Ask a Question

Related Lessons

Implicit Typecasting & Explicit Typecasting
In C++ it is possible to cast child class reference variable to parent class Reference. When ever we are Converting a derived-class reference or pointer to a base-class reference or pointer is called...

C++ Overview
Introduction: C++ is the first object oriented programming language used universally as an advanced version of C language. Many features such as Inheritance, Class & Object, Polymorphism(Function...
N

Namrata Y.

0 0
0

Magic in C=> OFFSET OF MACRO in C [offsetof(TYPE, MEMBER)]
Here I am going to discuss an exciting macro in C. It will give you offset of a member within a structure. NULL or 0 address is typecasted to TYPE first. It won't result in segmentation fault as we are...

C++ Program-Working with constant using const keyword
//Header files #include<iostream.h>#include<conio.h> //Main function void main(){ //using const keyword to declare constants with a specific type const int len=10; const int br=5; const...

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