Difference between revisions of "C++"
Jump to navigation
Jump to search
| (One intermediate revision by the same user not shown) | |||
| Line 1: | Line 1: | ||
[http://wiki.iac.isu.edu/index.php/RS go back] | [http://wiki.iac.isu.edu/index.php/RS go back] | ||
| + | |||
* g++ spectrum.C -o spectrum //compile and build file | * g++ spectrum.C -o spectrum //compile and build file | ||
* ./spectrum //run program | * ./spectrum //run program | ||
| + | * [http://www.cplusplus.com/ cplusplus] | ||