Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/grzegorzmaniak/absolutecpp
https://github.com/grzegorzmaniak/absolutecpp
Last synced: 10 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/grzegorzmaniak/absolutecpp
- Owner: GrzegorzManiak
- Created: 2023-09-18T20:20:52.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-09-28T14:06:11.000Z (over 1 year ago)
- Last Synced: 2024-11-11T19:27:37.430Z (2 months ago)
- Language: C++
- Size: 320 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# AbsoluteC++
This is a repository for storing my code while reading the book [Absolute C++ (6Th Edition)](https://github.com/nnbaokhuong/CSBooks/blob/master/Absolute%20C%2B%2B%20FIFTH%20EDITION%20Walter%20Savitch.pdf) by [Walter Savitch](https://en.wikipedia.org/wiki/Walter_Savitch).
Im very new to C++ so you might find alot of comments, Im also most familiar with TypeScript so you might find some of the code is written in TypeScript to compare with C++.
Note, it may seem that im also moving very slowly, but im notiing down every single thing that i find interesting or new to me down in a notebook and I go and experiment with it.