I would like to explore concepts and other new features in C++20, provided by g++ 10. However, I cannot seem to find any resources that allows me to apt-get a g++ 10 online?
What is the easiest way for me to get g++10 installed?
I would like to explore concepts and other new features in C++20, provided by g++ 10. However, I cannot seem to find any resources that allows me to apt-get a g++ 10 online?
What is the easiest way for me to get g++10 installed?
gcc-10
is now available in the Ubuntu tool chains.Add the PPA and install gcc-10:
For
g++-10
: