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
| Name | Name | Last commit date | ||
|---|---|---|---|---|
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