mirror of
https://github.com/pkivolowitz/asm_book.git
synced 2026-06-23 07:28:04 +08:00
commit
7092f4ba48
1 changed files with 1 additions and 1 deletions
|
|
@ -182,7 +182,7 @@ most importantly, knowing when to stop.
|
||||||
|
|
||||||
### Line 7
|
### Line 7
|
||||||
|
|
||||||
`Line 7` is where is action is. Firstly, `cout` will receive some value
|
`Line 7` is where the action is. Firstly, `cout` will receive some value
|
||||||
for printing. `cout` is an output stream and the `<<` indicates
|
for printing. `cout` is an output stream and the `<<` indicates
|
||||||
something is being shoved into it - i.e. is being output.
|
something is being shoved into it - i.e. is being output.
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue