8000 Updated README · estimand/intro-to-cpp@194f7c3 · GitHub
[go: up one dir, main page]

Skip to content

Commit 194f7c3

Browse files
committed
Updated README
1 parent 95ce0eb commit 194f7c3

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

README.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,13 @@ This repository contains teaching materials (slides and code) for the Introducti
88

99
## Learning objectives
1010
* Understand and use the basic programming constructs of C and C++
11-
* Apply OOP techniques to software problems
1211
* Manipulate various C/C++ data structures such as arrays, strings, and pointers
1312
* Use memory appropriately (including allocation and deallocation)
13+
* Apply OOP techniques to software problems
1414
* Isolate and fix common C++ programming errors
1515

1616
## Additional resources
17-
18-
* [Penguin Programmer's Beginner's Tutorial](http://www.penguinprogrammer.co.uk/c-beginners-tutorial/introduction/)
1917
* [C++ Language Tutorial](http://www.cplusplus.com/doc/tutorial/)
20-
* [Chua Hock Chuan's Programming Notes](https://www.ntu.edu.sg/home/ehchua/programming/)
21-
* [Learn C++](http://www.learncpp.com)
18+
* [Chua Hock Chuan's _Programming Notes_](https://www.ntu.edu.sg/home/ehchua/programming/)
19+
* Robert Nürnberg's _Computing in C++_ (parts [1](https://wwwf.imperial.ac.uk/~rn/teaching/ccourse.pdf) and [2](https://wwwf.imperial.ac.uk/~rn/teaching/oopc++.pdf))
2220

0 commit comments

Comments
 (0)
0