Skip to content

Commit c426843

Browse files
authored
ci: intro-to-cpp: Move program impl chapters after functions and classes (#21)
Details from the functions and classes chapters are useful when implementing the calculator project.
1 parent cc14a56 commit c426843

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

ci/intro-to-cpp/index.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -88,18 +88,18 @@ <h3 id="Chapter_5_-_Errors">Chapter 5 - Errors</h3>
8888
<p>p. 169: Optional 12, 13</p>
8989
<p>For exercise 2, provide a working implementation with comments
9090
describing how each part was fixed.</p>
91-
<h3 id="Chapter_6_-_Writing_a_Program">Chapter 6 - Writing a Program</h3>
92-
<p>p. 217: Drill</p>
93-
<p>p. 218: Exercises 4-6</p>
94-
<h3 id="Chapter_7_-_Completing_a_Program">Chapter 7 - Completing a
95-
Program</h3>
96-
<p>Just read the chapter.</p>
9791
<h3 id="Chapter_8_-_Technicalities.3A_Functions.2C_etc.">Chapter 8 -
9892
Technicalities: Functions, etc.</h3>
9993
<p>Just read the chapter.</p>
10094
<h3 id="Chapter_9_-_Technicalities.3A_Classes.2C_etc.">Chapter 9 -
10195
Technicalities: Classes, etc.</h3>
10296
<p>Just read the chapter.</p>
97+
<h3 id="Chapter_6_-_Writing_a_Program">Chapter 6 - Writing a Program</h3>
98+
<p>p. 217: Drill</p>
99+
<p>p. 218: Exercises 4-6</p>
100+
<h3 id="Chapter_7_-_Completing_a_Program">Chapter 7 - Completing a
101+
Program</h3>
102+
<p>Just read the chapter.</p>
103103
<h3 id="Advanced">Advanced</h3>
104104
<p>Students wanting to cover more advanced topics of the C++ programming
105105
language should read chapters 17-21 from Part III in order. They cover data

0 commit comments

Comments
 (0)