User profile: Mr and Mrs D

User info
User name:Mr and Mrs D
History
Joined:
Number of posts:5
Latest posts:

access static private members of a class
Thanks :)

access static private members of a class
So I need to define either a static (friendly to C) function outside everything or a static function...

access static private members of a class
So I have a class : [code]///header class C { private: static int i; public: void set_i...

ternary operator question
Thanks :)

ternary operator question
foo ? bar = (true : false); //valid ? also foo ? cout << ("str" : "str2"); //valid ? thanks :)