Difference between revisions of "C++"

From New IAC Wiki
Jump to navigation Jump to search
 
(4 intermediate revisions by the same user not shown)
Line 1: Line 1:
[https://wiki.iac.isu.edu/index.php/RS_How_to_... go back]
+
[http://wiki.iac.isu.edu/index.php/RS go back]
  
  
* g++ spectrum.C -o spectrum  <nowiki>    //compile       and build file</nowiki>
+
* g++ spectrum.C -o spectrum  //compile and build file
 
* ./spectrum  //run program
 
* ./spectrum  //run program
 +
* [http://www.cplusplus.com/ cplusplus]

Latest revision as of 22:47, 19 February 2013

go back


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