Difference between revisions of "C++"
Jump to navigation
Jump to search
Line 4: | Line 4: | ||
[[how to make the file name in cycle]] | [[how to make the file name in cycle]] | ||
− | * g++ spectrum.C -o spectrum to | + | * to compile and build file |
− | * ./spectrum | + | ** g++ spectrum.C -o spectrum |
+ | * to run program | ||
+ | ** ./spectrum |
Revision as of 21:25, 12 September 2011
how to make the file name in cycle
- to compile and build file
- g++ spectrum.C -o spectrum
- to run program
- ./spectrum