/StudentProjectOnBMTP

These are projects on assignments with the subject BMTP (Basic Methodologies and Technologies Programming).

Primary LanguageC++Do What The F*ck You Want To Public LicenseWTFPL

template GitHub license

CHANGELOG CONTRIBUTING CODE_OF_CONDUCT PULL_REQUEST_TEMPLATE

StudentProjectOnBMTP

Overview

These are completed projects for the tasks of the BMTP subject. Only solutions for the third option have been written to familiarize and study the algorithms.

Building

Each internal directory has just a code for solving the problem. You need:

  1. Create a new project independently in any IDE and copy all the code into it;
  2. Or, in the console, write commands for assembling like:

g++ -Wall -c nameCode.cpp

g++ -no-pie -o nameProgramm nameCode.o

Authors


Kalynovsky Valentin