Alexander Golde

- Total activity 13
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 2
-
Alexander Golde commented, -
Alexander Golde commented, -
-
-
Alexander Golde commented, -
Alexander Golde commented, -
Alexander Golde commented, -
-
-
Alexander Golde created a post, Constructor and curly braces for default initialization
Hello, maybe somebody can help me here. When I initialize variables in the ctor; I usually write something like this: Class::Class() : mBool( false ), mInt( 1 ) { } But everytime when I use the a...