https://github.com/liuzihe02/c-cpp
Notes for learning C/C++
https://github.com/liuzihe02/c-cpp
c cpp
Last synced: about 2 months ago
JSON representation
Notes for learning C/C++
- Host: GitHub
- URL: https://github.com/liuzihe02/c-cpp
- Owner: liuzihe02
- License: mit
- Created: 2024-09-26T00:18:44.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-12-31T05:25:14.000Z (over 1 year ago)
- Last Synced: 2024-12-31T06:24:50.307Z (over 1 year ago)
- Topics: c, cpp
- Language: C++
- Homepage:
- Size: 1.56 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# C/C++
Notes for learning C and C++.
## C++
Notes are taken from both (CodeWithHarry)[https://www.codewithharry.com/tutorial/cplusplus/] and (GeekforGeeks)[https://www.geeksforgeeks.org/c-plus-plus/], while assignments are from (MIT OCW 6.096 Introduction to C++)[https://ocw.mit.edu/courses/6-096-introduction-to-c-january-iap-2011/]
## C
Notes are taken from NTU Chua's C programming (page)[https://www3.ntu.edu.sg/home/ehchua/programming/cpp/c1_Basics.html#zz-3.1]