C and C++ Graphic User Interface | code::blocks | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 9

C and C++ Graphic User Interface | code::blocks

Hey Sololearners, I was wondering if someone could please show me how to employ a user interface in C and C++ (Code::Blocks)

16th Sep 2018, 5:43 AM
Mark Aloo
Mark Aloo - avatar
8 Answers
+ 11
We really need some lessons about graphical interfaces in not-web languages.
16th Sep 2018, 8:25 PM
Jan Štěch
Jan Štěch - avatar
+ 10
c++ standard libraries does not provide APIs for GUI development, like java...there you need to implement other libraries
17th Sep 2018, 12:25 PM
Danish Khan
Danish Khan - avatar
+ 7
c++ standard libraries does not provide APIs for GUI development, like java....you can see in website also
17th Sep 2018, 1:57 PM
Abhishek Bakhai
Abhishek Bakhai - avatar
+ 5
You can try wxWidget
17th Sep 2018, 1:14 PM
Богуслав
Богуслав - avatar
+ 5
Well if you are on Windows you could use the Windows API. To access it include windows.h.
17th Sep 2018, 1:46 PM
Blake Quake
Blake Quake - avatar
+ 2
You can use wxWidgets or qt
17th Sep 2018, 10:09 PM
Ruben Rodriguez
Ruben Rodriguez - avatar
+ 2
Blake Quake , after including the library then?
23rd Sep 2018, 8:29 PM
Mark Aloo
Mark Aloo - avatar
+ 2
Including the 'header', I wouldn't call it a library. Yes, there are plenty of tutorials out there for using it. I prefer to read the Microsoft docs, because the functions in windows.h are documented there.
25th Sep 2018, 12:53 AM
Blake Quake
Blake Quake - avatar