Modern C++ course if_syntax example.
If syntax
To build if_syntax project, open "Terminal" and type following lines:
mkdir build && cd build
cmake ..
start if_syntax.slnSelect if_syntax project and type Ctrl+F5 to build and run it.
mkdir build && cd build
cmake .. -G "Xcode"
open ./if_syntax.xcodeprojSelect if_syntax project and type Cmd+R to build and run it.
mkdir build && cd build
cmake ..
cmake --build . --config Debug
./if_syntax- Launch Visual Studio Code.
- Select
File/Open Folder...menu. - Select
if_syntaxfolder and open it. - Build and Run
if_syntaxproject.
