https://github.com/atlinx/learningcpp
Repository for me to learn C++.
https://github.com/atlinx/learningcpp
Last synced: 8 months ago
JSON representation
Repository for me to learn C++.
- Host: GitHub
- URL: https://github.com/atlinx/learningcpp
- Owner: Atlinx
- Created: 2021-04-15T19:26:19.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2021-08-15T16:31:49.000Z (almost 5 years ago)
- Last Synced: 2025-03-26T22:46:05.622Z (about 1 year ago)
- Language: C++
- Size: 10.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# LearningCpp
Repository for me to learn C++.
I'm following along with the [Learn C++](https://www.learncpp.com/) website and using MinGW-w64 as my C++ compiler along with VSCode as my editor.
## Useful VSCode Keyboard Shortcuts
| Behaviour | Shortcut |
| --------------------------------------- | ---------------------------------------------------------------------------------- |
| Switch between terminal and code editor | Ctrl + ` |
| Compile and run active file | Ctrl + Shift + P -> "Build and Debug Active File" |
| Jumping to previous position | Alt + ← |
| Jumping to next position | Alt + → |
| Create new file in current directory | Ctrl + Alt + Windows + N |
## Some Useful Links:
[How to setup VSCode for C++](https://code.visualstudio.com/docs/languages/cpp)
[Useful VSCode extension to compile and run .cpp files with a single button](https://marketplace.visualstudio.com/items?itemName=danielpinto8zz6.c-cpp-compile-run)