Benjamin Probst
- Total activity 8
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 4
-
Created automatic feedback button in the program
AnsweredPlease add a feedback option to CLion, because some actions are not well yet and need quick in program feedback to be fixed. For example there are problems with optional warnings if templates are u... -
Created Improve debugging C++ with many templates
Please build a supportive function that shows replacement of template constructs step by step so you may figure out where types don't match and why. Like a template match simulation. -
Created Tooltip for Inheritance should always consider a forgotten this->
In CLion when you use inheritance and change a lot of variables the Program does not notice that those Variables are now in the Base class to be reused in another class over Inheritance. It would b...