• Stars
    star
    1
  • Language
    C++
  • Created over 3 years ago
  • Updated over 2 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

In this little project, I tried to create a basic matrix system in C++ using classes, operator overloading and everything I know, to easily handle matrices as a new data type. Obviously it won't be perfect, put at least, I'll try to make it useful.