Difference between revisions of "C++"
Jump to navigation
Jump to search
Line 1: | Line 1: | ||
− | [ | + | [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 |
Revision as of 20:16, 27 April 2012
- g++ spectrum.C -o spectrum //compile and build file
- ./spectrum //run program