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