Computational Astrophysics subject Master on Theoretical Physics Universidad Autónoma de Madrid To compile a program in C++, without linking libraries: $ g++ -o hello hello.cpp To run the program in a terminal: $ ./hello