access static private members of a classThanks :)
access static private members of a classSo I need to define either a static (friendly to C) function outside everything or a static function...
access static private members of a classSo I have a class : [code]///header class C { private: static int i; public: void set_i...
ternary operator questionThanks :)
ternary operator questionfoo ? bar = (true : false); //valid ? also foo ? cout << ("str" : "str2"); //valid ? thanks :)