Skip to content

PeterChmurciak/Matrix-Calculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Matrix Calculator

A simple console matrix calculator for Windows OS that can perform basic matrix operations such as addition, subtraction, scalar multiplication and matrix multiplication.

Purpose of this project is to effectively manage user-program interaction while providing useful functionality.

How to use

You will have to compile the C++ code to use the calculator. The easiest way to do that is to open the main.cpp file in your preffered IDE, for example Code::Blocks, and press Build and run (or F9) button on the toolbar. The MatrixCalculatorClass.h and MatrixCalculatorClass.cpp files need to be located within the same folder as main.cpp file for the compilation to be sucessful.

About

A simple console matrix calculator for Windows OS

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages