Difference between revisions of "C++"

From New IAC Wiki
Jump to navigation Jump to search
Line 3: Line 3:
  
 
[[how to make the file name in cycle]]
 
[[how to make the file name in cycle]]
 +
 +
* g++ spectrum.C -o spectrum  to compile and build file
 +
* ./spectrum  to run program

Revision as of 21:24, 12 September 2011

go back


how to make the file name in cycle

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