Difference between revisions of "C++"

From New IAC Wiki
Jump to navigation Jump to search
 
(10 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]
  
  
[[how to make the file name in cycle]]
+
* g++ spectrum.C -o spectrum  //compile and build file
 
+
* ./spectrum  //run program
* to compile and build file
+
* [http://www.cplusplus.com/ cplusplus]
** g++ spectrum.C -o spectrum   
 
* to run program
 
** ./spectrum
 

Latest revision as of 22:47, 19 February 2013

go back


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