HOME
CODE
LECTURES
RESOURCES
GLOSSARY
ABOUT
C++ Resources
The following links are to C++ resources that students may find valuable:
Professor John Sterling's
lecture notes
.
CPlusPlus.com
A site devoted to the C++ language.
C++ Weekly YouTube channel
C++ Core Guidelines
Google C++ Style Guide
The homepage of Bjarne Stroustrup
(creator of C++)
A remarkable survey
, which declares
C
to be one of the two top "up-and-coming" programming languages.
this
pointer in C++
Bjarne Stroustrup on why he wrote C++.
A video by Bjarne Stroustrup on his vision for the C++ language.
A history of C++
Dan Saks on templates.
A discussion of C++ in the gaming world.
C++ on Mars
const int * versus int * const
A sticking point in the language for many.