Ritter Pet
- Total activity 5
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 2
-
-
Ritter Pet created a post, force use of curly braces - how to ?
Hello I'm refactoring a large code base and there are many instances of single lines statements inside loops and control of flow without the use of 'curly braces'. This makes it hard to read and un... -
Ritter Pet created a post, move class into a namespace - how to ?
Hi I'm refactoring a large project dating back to the mid 90's. I want to move classes into namespaces. Does ReSharperC++ support this somehow? I don't see any options when I refactor a class name....