Difference between revisions of "C++"

From New IAC Wiki
Jump to navigation Jump to search
Line 1: Line 1:
 
[https://wiki.iac.isu.edu/index.php/RS_How_to_... go back]
 
[https://wiki.iac.isu.edu/index.php/RS_How_to_... go back]
  
 
[[how to make the file name in cycle]]
 
  
 
* 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 21:30, 14 September 2011

go back


  • g++ spectrum.C -o spectrum //compile and build file
  • ./spectrum //run program