Working “like Matlab” environment for developing C++ projects


I am looking for a working “Matlab-like” environment for developing C++ projects.

What is meant by a working “Matlab-like” environment?

This means a program that has at least 3 main windows:

  1. Project folder.
  2. Command window where the code is written.
  3. Variable space where the calculation results are placed after running the code.

enter image description here

Actually, the 3rd window interests me the most. That is, during the development process, I want to make changes to the code, run it and immediately see the values ​​of all variables obtained as calculation results, without using logging procedures, etc.

As far as I know, Qt, Visual Studio and similar programs do not have such capabilities.



Source link

Related Posts

About The Author

Add Comment