https://github.com/rom-chik/kma_pp
Procedural programming course. C++
https://github.com/rom-chik/kma_pp
cpp cpp14 cpp17 pp procedural-programming visual-studio-2022
Last synced: 3 months ago
JSON representation
Procedural programming course. C++
- Host: GitHub
- URL: https://github.com/rom-chik/kma_pp
- Owner: Rom-chik
- Created: 2024-10-12T19:47:09.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-12-09T01:47:32.000Z (7 months ago)
- Last Synced: 2025-03-31T02:41:53.675Z (3 months ago)
- Topics: cpp, cpp14, cpp17, pp, procedural-programming, visual-studio-2022
- Language: C++
- Homepage:
- Size: 588 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# To open and run c++ project:
## Download Visual Studio 2022 (only for Windows users)
from https://visualstudio.microsoft.com/ or Microsoft Storefind in the project folder file ```projectName.vcxproj``` open it with Visual Studio 2022
## to run project
click **run** ```main.cpp```# To run c++ project without Microsoft Visual Studio 2022
## God bless you
download compiler GCC + MinGW from https://winlibs.com/open archieve directly into ```C:``` storage
set system Environment Variable Path to your bin folder in mingw64 folder
should be ```C:\mingw64\bin```
## Download IDE for C++
for example CodeLite:
https://codelite.org/add existing compiler to build settings (set the same path to bin ```C:\mingw64\bin```)
click Build and Execute to run.