Skip to content

Commit c1b003f

Browse files
authored
Fix phrase related to "cout" but not relevant for print.
1 parent 12a6bc4 commit c1b003f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

01-string-and-character-literals.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ While little hands make vain pretence
133133
Our wanderings to guide.
134134
```
135135

136-
* Now use a (non-raw) string literal for each line and a single call to `print()` with suitable escape characters. What happens if you remove all of the stream insertion operators *except* for the first? (Explanation: *concatenation* of adjacent string literals is automatically performed by the pre-processor.)
136+
* Now use a (non-raw) string literal for each line and a single call to `print()` with suitable escape characters. You concatenate the string literals without any operator: *concatenation* of adjacent string literals is automatically performed by the pre-processor.
137137

138138
* Modify `01-title.cpp` to output the title of your favorite book or film centered on the console window (assume an 80 character fixed width, and change the size of the console window if different).
139139

0 commit comments

Comments
 (0)