Skip to content

Latest commit

 

History

History
147 lines (133 loc) · 10.6 KB

README.md

File metadata and controls

147 lines (133 loc) · 10.6 KB

Teach-Myself-CPP

Hey! Welcome to this repository. This is the notes-keeping place for teaching myself C++, modern C++ in specific. It might also include some auxiliary topics about useful tools.

I learned traditional C++98 a few years ago and didn't quite work on this programming language recently. In order to better prepare myself for workplace once I graduate from school, I will teach myself modern C++ in leisure time and update notes here. Hopefully, this notes could also help other people wishing to get onboard with modern C++.

Aside from book reading notes, mostly I will be borrowing good resources from all over the repos on github, and re-implement them for deepening understanding. Sources are pointed out in each one.

I finished reading on

Recently I've been reading over Google's leveldb source code and being thinking to write some low-level stuff to sharpen my C++ skills.

Content