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

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

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 Store

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