Skip to content

Commit be660eb

Browse files
committed
ci: intro-to-cpp: emphasize free copy of C++ book for team members
Mention more explicitly that the software team provides a free copy of the C++ book so team members don't think they're required to buy their own.
1 parent 567c78e commit be660eb

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

ci/intro-to-cpp/index.html

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,9 @@ <h2 id="Bootstrap">Bootstrap</h2>
2323
<p>Once the development environment is set up, one may begin learning C++.
2424
We use the textbook <i>Programming: Principles and Practice Using C++
2525
(2<sup>nd</sup> edition)</i> by Bjarne Stroustrup (ISBN:
26-
978-0-321-99278-9). Either a copy will be provided by the software team or
27-
a copy can be bought <a href=
26+
978-0-321-99278-9), and we provide a free electronic copy to all team
27+
members (ask the software mentor for it 😀). If you prefer a physical copy
28+
instead, one can be bought <a href=
2829
"https://www.informit.com/store/programming-principles-and-practice-using-c-plus-plus-9780321992789">
2930
directly from the publisher</a>. The current textbook errata are <a href=
3031
"https://www.stroustrup.com/PPPslides/PPP2errata.html">here</a>.</p>

0 commit comments

Comments
 (0)