hello ladies,<br><br>I was wandering, to compile in c++ we have to use g++, why cant we use gcc ? when I tried to compile my hello world program using the command "gcc hello.cpp", it spits out some error, but nothing wrong when im using g++ command.
<br><br><br>