|
Re: Teaching C++
If you guys are looking for a good IDE to get started developing in outside of robotics, I'd recommend Qt. It has libraries for nearly everything you could ever need to develop a desktop application, along with a great community to support it, also it simplifies coding GUIs and cross-platform applications greatly, as you can code once, and use it on any platform. When I program things for my team, it's what I use.
Just my two cents.
|