Jan 3, 2017 at 5:34am UTC
Hey guys, can you guys give me suggestions of where I can find some
good c++ GUI tutorials ?
Thanks
Jan 3, 2017 at 5:57am UTC
you can try the "C++ GUI with QT tutorial" playlist by thenewboston.
He has some amazing quality videos on his channel.
Jan 3, 2017 at 6:00am UTC
Yeah, I checked them out but their is only 14 :(
Last edited on Jan 3, 2017 at 6:04am UTC
Jan 3, 2017 at 10:32am UTC
We can make c++ gui with visual studio ?
Jan 3, 2017 at 1:29pm UTC
You can build GUI interfaces in numerous IDE's, and yes, VS is one of them.
Have you tried QT, Netbeans, Code::Blocks, Eclipse, XCode and so the list goes on. They all have associated tutorials and some and pointers to books etc wher you can get more information.
Jan 3, 2017 at 2:25pm UTC
You have to decide upon a toolkit and Qt is one of them.
It also seems the most popular - at least for C++.
(Is this true?)
Some other toolkit I can remember on top of my head:
* wxWidgets
* gtkmm
* FLTK
You can also opt for bare bones Win32 API but it's 2017.
Jan 3, 2017 at 3:33pm UTC
Qt Creator is excellent.
VS has a new preview for mac/linux version but how good that is I don't know https://www.visualstudio.com/vs/visual-studio-mac/