This is where I keep all my non project related C and C++ source codes. Its an educational repo for documenting my progress; all my trials and tribulations with one of the "hardest" languages to master. Visit my HackerRank and CodinGame profiles to see the other ways I keep my C++ sharp.
Below is a link to a private-encrypted git repository for all the CS books I highly recommend (they are periodically updated). If you wish to clone the cs ebook repo, you'll need to have a Keybase account and have Keybase on your machine.
Looking for zyBooks? I've removed zyBooks chapters from this repo to avoid piracy complaints, but you can still access them from older commit histories, through repo forks, or through my private keybase repository below
Password: Cpp.Playground
- [PDF] zyBooks C++
- [PDF] C++ For Dummies
- [PDF] C++ Primer: 5th Edition
- [PDF] Discrete Mathematics with Applications
- [PDF] Effective Modern C++
- [EPUB] Think Like a Programmer
- [PDF] Computer Science Distilled
- [PDF] Cracking the Coding Interview
- [PDF] Dive into Design Patterns
- [PDF] Dive into Refactoring C#
Request access to private repo (requires keybase.io client):
$ keybase team request-access hackup
Clone the private repository:
$ git clone keybase://team/hackup/cs-books
Folder Name | Description |
---|---|
zyBooks | my solution for zyBooks C++ online lesson |
cpp_practice | my ABC (always be coding) incentive for C++ |
c_practice | my ABC (always be coding) incentive for C |
HackerRank | my solution for HackerRank tutorials and challenges in C++ |
CodinGame | my solution for CodinGame challenges in C++ |
tools | programs or classes in C++ that i've made for myself |
- https://www.atlassian.com/git/tutorials/rewriting-history
- http://www.cplusplus.com/doc/tutorial/
- http://stackoverflow.com/questions/tagged/c%2B%2B
- https://www.reddit.com/r/cpp/
- https://zybooks.zyante.com/#/zybook/ProgrammingInCppR11/dashboard
- https://www.youtube.com/playlist?list=PL2_aWCzGMAwLZp6LMUKI3cc7pgGsasm2_
- http://alumni.cs.ucr.edu/~pdiloren/C++_Pointers/
- http://codeforces.com/blog/entry/15643
- Getting Started with the Sport of Programming: http://sportprogramming.blogspot.com/2014/07/getting-started-with-sport-of.html