Description
Qt Creator is a cross-platform C++ Integrated Development Environment (IDE), and is part of the Qt Project.
Installation Instructions (From Stanford):
Mac, PC or Linux: https://web.stanford.edu/class/cs106b/working-at-home.shtml
If on a Mac, once running you may receive the error “Could not resolve SDK path for macosx10.8” If so, see this StackOverflow workaround.
Optional:
See this tutorial on using Qt Creator to make a Graphical User Interface (GUI). There are many other online tutorials.
Using the Stanford libraries:
See samples from Eric Robert’s 2015 course CS 106B
http://web.stanford.edu/class/archive/cs/cs106b/cs106b.1154/
This uses the included Stanford graphics libraries ( http://stanford.edu/~stepp/cppdoc/ )