sanjarzayniev / exams-system

Exams System - oop project for second semester.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Exams-System

Exams System - oop project for second semester.

Requirements

  • Any C++ compiler (gcc, clang)
  • Make - if you want to use Makefile (optional)

Running

Run by main.cpp

g++ main.cpp -o program.o # compile
./program.o # run executable file
# one liner: g++ main.cpp -o program.o && ./program.o

WHY .o - it is standart. And if you see gitignore, here is a list of all file format that will not be uploaded to this github repository.

Run by make:

make run

About

Exams System - oop project for second semester.

License:MIT License


Languages

Language:C++ 99.9%Language:Makefile 0.1%