class myclass { int myvar; public: myclass() : myvar(0){} }; generates an unmatched brace error unless there is a space between the initializer and the opening brace
Log in to post a comment.