Quick question:
So had a brain crash moment, am I right in believing the cpp version
1.23.5 just means c++23?
5 Replies
Incorrect
C++xx refers to a standardized version of the language. Each standard has a set of different rules that can be applied on compilation OR you can compile with whatever the latest standard is
For instance I can force g++ to compile in c98 if I wanted to
I don’t know where the version number you’re seeing is from but it’s unrelated
C++
C++ (, pronounced "C plus plus" and sometimes abbreviated as CPP) is a high-level, general-purpose programming language created by Danish computer scientist Bjarne Stroustrup. First released in 1985 as an extension of the C programming language, it has since expanded significantly over time; as of 1997, C++ has object-oriented, generic, and func...
ty king
No worries
I just downloaded an extention in vs code and the big numbers confused me
🙏