On Wed, 17 Oct 2001, Nikhil D. Kikkeri wrote:
First, was there any need to include my reply to Parul's mail at the bottom of your mail? What significance does that have to this mail and what purpose does it serve other than to use up bandwidth?
Does anyone know how to use the Gnu C++ Library??
If you know C++, then you know how to write the code, and which headers to use. I'll skip that. To compile/link, you have to use g++ and not gcc. That's the mistake that most people make. g++ is basically a wrapper around gcc, which loads the correct libraries for c++
Philip