Standard created project, Hello World template opened:
#include <stdio.h> #include <stdlib.h> int main() { printf("Hello world!\n"); return 0; } On an account, everything compiles and runs, and here it gives an error:
g ++ -o Pr5 .objs / main.o
g ++: error: .objs / main.o: No such file or directoryg ++: fatal error: no input files
compilation terminated
Process terminated with status 1 (0 minute (s), 0 second (s)) 0 error (s), 0 warning (s) (0 minute (s), 0 second (s))