/cpp_matrix_multiply

simple project for matrix multiply with QtCreator interface

Primary LanguageAssembly

cpp_matrix_multiply

Simple project for matrix multiply with QtCreator interface

For launch, you need:

  • open proj.pro with project manger in Qt Creator;
  • choose signal clicked() in interface manager for button "Start". It will automatically add the dependency for the function void MainWindow::on_pushButton_clicked();
  • build & run project.

console_version folder - just colnsole verstion translated by makefile into object and assembler code