Most people will agree that C++ is a fairly complex language. But just how complex is it? I got curious about quantifying that by comparing the number of concepts a programmer has to understand to learn a programming language in its entirety. Concepts in my definition include large categories like classes and operators, as well as more fine grained things like if-else statements and while loops. T