An open API service indexing awesome lists of open source software.

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++

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]