https://github.com/fernandezja/cpp-experiments
C++ code kata, experiments, tests and play
https://github.com/fernandezja/cpp-experiments
cplusplus cpp vscode
Last synced: 5 months ago
JSON representation
C++ code kata, experiments, tests and play
- Host: GitHub
- URL: https://github.com/fernandezja/cpp-experiments
- Owner: fernandezja
- Created: 2019-01-19T20:58:29.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-01-19T21:24:53.000Z (over 7 years ago)
- Last Synced: 2024-12-30T23:26:55.124Z (over 1 year ago)
- Topics: cplusplus, cpp, vscode
- Language: C++
- Size: 1.95 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# cpp-experiments
C++ code kata, experiments, tests and play
## Install
- C/C++ Compiler:
- Windows: [MinGW64 compiler for running and debugging C/C++ code in Visual Studio Code](https://github.com/JerryGoyal/MinGW64/releases)
- Linux: [GCC](https://gcc.gnu.org/)
- Mac: [XCode](https://developer.apple.com/xcode/)
- Visual Studio Code extensions:
- [C/C++ (by Microsoft)](https://marketplace.visualstudio.com/items?itemName=ms-vscode.cpptools)
- [Easy C++ projects](https://marketplace.visualstudio.com/items?itemName=ACharLuk.easy-cpp-projects)