I have installed Clang by using apt-get in Ubuntu, and I can successfully compile C files using it. However, I have no idea how to compile C++ through it. What do I need to do to compile C++?
I have installed Clang by using apt-get in Ubuntu, and I can successfully compile
Share
The command
clangis for C, and the commandclang++is for C++.