I\'m trying to compile a simple Hello World program in C++ but I keep getting the following error...why?
gcc -o HelloWorldCompiled HelloWorld.cc /tmp/ccvLW1e
Compile with g++ instead of gcc.
g++
gcc