This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
notes:cprog:fall2023:projects:cnv0 [2023/09/24 00:57] – [for() loops] jbernata | notes:cprog:fall2023:projects:cnv0 [2023/09/28 01:25] (current) – [Compiling] xcroft | ||
---|---|---|---|
Line 5: | Line 5: | ||
"main number" | "main number" | ||
=====Compiling===== | =====Compiling===== | ||
+ | Can do gcc cnv0 then it will pop out a.out then do ./a.out and your prompt should come out. | ||
+ | Can also use Make | ||
=====Loops===== | =====Loops===== | ||
Line 25: | Line 26: | ||
| | ||
This means that the factor variable, in this example " | This means that the factor variable, in this example " | ||
+ | |||
+ | Recall, double and (&& | ||
====do-while loops==== | ====do-while loops==== | ||