Skip to content

TroublingStone/Cat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Lab 2 Option 3: Adder

Team

Prerequisites

  • C++ compiler - needs to support C++17 standard
  • CMake 3.15+

The rest prerequisites (such as development libraries) can be found in the packages file in the form of the apt package manager package names.

Installing

  1. Clone the project.
    git clone git@github.com:chernetskyi/cpp-template.git
  2. Install required libraries. On Ubuntu:
    sed 's/\r$//' apt_packages.txt | sed 's/#.*//' | xargs sudo apt-get install -y
  3. Build.
    cmake -G"Unix Makefiles" -Bbuild
    cmake --build build

Usage

add [a] [b]

If less than two numbers provided, zeroes are used instead. If more - an error occurs.

Help flags -h/--help support is available.

About

Unix Cat logic implementation

Topics

Resources

Stars

Watchers

Forks

Contributors