Welcome to the Treehouse Community
Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.
Start your free trialGraham Hilton
943 PointsIs there a reason c++ is not covered?
Just wondering as these are the three main languages we are doing at uni : Java, C# and C++
4 Answers
Steven Parker
231,248 PointsThis has come up many times before.
If you search the forum you can find several similar questions and read the staff responses. But if I recall, the gist of the answers are that while C++ is an undeniably significant software development language, its applications are typically outside the realm of web and mobile technologies that are the focus of Treehouse.
But you can easily find a number of other learning resources for it.
Jay Padzensky
4,731 PointsThank you Steven and Benjamin.
Benjamin Larson
34,055 PointsThose languages tend to be taught at universities because they are tried and true and have been in use for a long time. Some are starting to use languages like python, but many universities don't have the resources (or don't allocate them) to keep up with the latest and greatest software technologies most of the time. As Steven said,Treehouse seems to give preference to those languages that are used in web and mobile app development and while C++ is still a commonly used language in software dev, it is not typically found in those arenas.
And even among the many nuances of different programming languages, still many of the core concepts span across all of them. So if you are taught in C++ at university, it won't take a skilled programmer long to pick up a new language.
Chad Sager
7,598 PointsThere are way languages with great libraries you can get a lot done with very quickly and easily.
Graham Hilton
943 PointsThank you all for your answers :)
Alexander Davison
65,469 PointsAlexander Davison
65,469 PointsTagging Jay Padzensky and Steven Parker