There are so many features not available in C++11. The latest version available is C++11. Also I don't see an option to choose the compiler. Is there a way to change clang to gcc?
@SPQR save yourself having to type bash and put #!/bin/sh at the top of main then chmod u+x main. from then on ./main 😅
#!/bin/sh
chmod u+x main
./main
How do I enable C++14, C++17, C++2a and switch compilers
There are so many features not available in C++11. The latest version available is C++11. Also I don't see an option to choose the compiler. Is there a way to change clang to gcc?
@SPQR save yourself having to type bash and put
#!/bin/sh
at the top of main thenchmod u+x main
. from then on./main
😅