Switch Case StatementsHi, Wanna check is there any reachable code in the following? Switch (temp) { case '1': ...
Default parameter in inherited virtual functionI doing parasoft unit testing and got reply from that then the rule indeed has a bug. It's alright t...
Default parameter in inherited virtual functionNope, not compilation error. The unit testing flags out that for the derived class function, it has ...
Default parameter in inherited virtual functionThanks for the clarification. I'm doing unit cpp test for my codes. There is such a rule "Do not ...
Default parameter in inherited virtual functionHi, Does the following code make sense? class Base { protected: virtual void func (bo...
This user does not accept Private Messages