An open API service indexing awesome lists of open source software.

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

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)