Date: Wed, 17 Feb 1999 08:43:20 +0530 (IST) From: "Raju K.V" X-Sender: rajukv AT tagore To: djgpp AT delorie DOT com Subject: constructor names Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com hi all, In C++, can I call the constructor for a class by any other name? For eg in class foo, the constructors are usually called foo() etc. But can I call the constructor function by some other name? Sorry if this is a C++ specific question. Thanks Raju