Skip to content

Commit b64834d

Browse files
committed
✅ unofficial + feedback readme
1 parent 03aef66 commit b64834d

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,7 @@ However, we do cover some C++ topics that are necessary to know while doing
77
the programming assignments. This tutorial does not cover basic C/C++ syntax.
88
It mainly covers C++ programming features, particularly concepts that do not exist in C.
99

10-
This is the first iteration of the C++ bootcamp for 15-445/645, and feedback
11-
is appreciated!
10+
Feedback for the C++ bootcamp is always appreciated! Feel free to submit issues/PRs.
1211

1312
## Format
1413
The bootcamp consists of C++ code files, located in `src/`, that are meant
@@ -71,7 +70,7 @@ I list a few here!
7170
- [Modern C++ Tutorial](https://github.com/changkun/modern-cpp-tutorial). This GitHub repo contains
7271
some information and exercises that are useful!
7372

74-
## Appendix: Official C++ Documentation for Topics Covered in the Bootcamp
73+
## Appendix: C++ Documentation for Topics Covered in the Bootcamp
7574
This documentation may be useful to you! It's very comprehensive (much more comprehensive than this
7675
bootcamp) but it may lack some readability. Overall, I think it's still a good idea to try to read
7776
and understand this documentation, especially when working on the projects. Although the bootcamp

0 commit comments

Comments
 (0)