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:
- Project folder.
- Command window where the code is written.
- Variable space where the calculation results are placed after running the code.
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.