I want to start learning GUI implementation in C++. Is it 1. Worth it? 2. Hard? 3. How was your experience at it if you have any | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

I want to start learning GUI implementation in C++. Is it 1. Worth it? 2. Hard? 3. How was your experience at it if you have any

C++ GUI

20th Jan 2017, 9:17 AM
Mlandvo Mesh Dlamini
Mlandvo Mesh Dlamini - avatar
3 Answers
+ 5
I have dabbled with OpenGL and SDL. But I stopped when I realised I didnt properly understand c++ fundamentals and trying to learn both was making me do a bad job at both. I have since scaled back from my original plan of designing a 3d game to just a straight console rpg engine. once i have completed this project i will move onto adding/learning SDL which i feel should be fairly easy (well alot easier) to do when I have a solid understanding of c++
20th Jan 2017, 9:27 AM
jay
jay - avatar
+ 1
if by Gui you mean WIN API its not worth. C# is wrapper of win api. Pure win api is indeed hard, but quite understandable.
20th Jan 2017, 9:41 AM
Jakub Stasiak
Jakub Stasiak - avatar
+ 1
Thanks guys
20th Jan 2017, 9:42 AM
Mlandvo Mesh Dlamini
Mlandvo Mesh Dlamini - avatar