RE: Two quick C++ performace inquiries
Apologies for using the wrong mailing list. Thanks for your time! Ioannis
Two quick C++ performace inquiries
Hello, I assume that this is the correct mailing list to ask this, as opposed to a Cpp list, since it appears to me that this is compiler-related. 1) class foo { int priv; public: void bar(); }; Supposing i am writing the definition of foo::bar, and i want to change the private