C++ Gui

Jan 3, 2017 at 5:34am
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
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
Yeah, I checked them out but their is only 14 :(
Last edited on Jan 3, 2017 at 6:04am
Jan 3, 2017 at 9:28am
Jan 3, 2017 at 10:32am
We can make c++ gui with visual studio ?
Jan 3, 2017 at 1:29pm
closed account (48T7M4Gy)
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
closed account (3CD9z8AR)
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
closed account (48T7M4Gy)
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/
Topic archived. No new replies allowed.