https://github.com/cilginsinek/cpponeweekchallange
https://github.com/cilginsinek/cpponeweekchallange
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/cilginsinek/cpponeweekchallange
- Owner: CilginSinek
- Created: 2024-01-28T20:45:09.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-02-04T11:35:42.000Z (over 1 year ago)
- Last Synced: 2025-01-27T08:11:39.242Z (4 months ago)
- Language: C++
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# C++ 1 week challange
## Day 1
Setup env for vscode with [this](https://code.visualstudio.com/docs/languages/cpp)Learning:
- Data types
- Input
- Loops
- Pointer## Day 2
Learning:
- ASCII Char
- Time Func
- static_cast
- nullptr
- Header File## Day 5
Learning:
- Vector