[C++-sig] function as custom ctor

Achim Domma achim at procoders.net
Sun Nov 17 01:02:57 CET 2002


Hi,

I have a class which I don't want to change, with an ctor like this:

class Blob {
public:
	Blob(const char* data, const long length);
};



More information about the Cplusplus-sig mailing list