RE: Two quick C++ performace inquiries

2007-09-18 Thread Ioannis Gyftos
Apologies for using the wrong mailing list. Thanks for your time! Ioannis

Two quick C++ performace inquiries

2007-09-18 Thread Ioannis Gyftos
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