How to implement and call C++ class static function

Roman Yakovenko romany at actimize.com
Tue Nov 20 13:14:42 EST 2001


For example

class CBlaBla
{
	static int Foo(){ return 0; }
};


....
CBlaBla::Foo();

Thanks for the help. Roman.





More information about the Python-list mailing list