I am trying out some code on Ubuntu. I\'m trying to run the following code
#include #include
You have typed wrong command for g++. You should have typed something like:
g++ file_name random.cpp
You need to name output file. Otherwise it's like "g++ syntax error".