AmirmohammadZarif / DS-011-306-Programs

Prof. Gholamy DS-011-306 Programs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DS-011-306-Programs

Programs for Prof. Gholamy DS-011-306 class.

Usage

This package uses CMake.

Targets

Targets are named according to their chapter number and question number, so "C1Q2" simply points to question 2 in chapter 1 and Chapter1/Q2.cpp program.

CLion and Visual Studio

  1. Import the project as a CMake project.
  2. Choose the target you want to build.
  3. Run!
1 Screen Shot 2022-11-08 at 1 09 53 PM
2 Screen Shot 2022-11-08 at 1 14 42 PM
3 Screen Shot 2022-11-08 at 1 15 14 PM

Using CMake

In this example, the "C1Q2" is the taget to build.

cmake CMakeLists.txt
make C1Q2
./C1Q2

About

Prof. Gholamy DS-011-306 Programs


Languages

Language:C++ 85.4%Language:CMake 14.6%