Difference between revisions of "C++"

From New IAC Wiki
Jump to navigation Jump to search
Line 2: Line 2:
  
  
* 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:32, 14 September 2011

go back


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