[LC++]couple of questions (was: Re: testing)

Mark Phillips mark at austrics.com.au
Wed Oct 31 10:42:42 UTC 2001


Carlo Wood wrote:

> Use g++-3.x and don't include headers that end on .h.
> Ie, use #include <iostream>  and not #include <iostream.h>

This I already do.  Hmmm.  Are there any other reasons std names
would secretly become visible?

I should mention that I end my own header files in ".h" (ie header files
that I have created myself).  I presume there is nothing wrong with this.

> this.foo() is also nonsense: this is a pointer.

Yes, my mistake.  I meant to write "this->foo()".

Cheers,

Mark.



More information about the tuxCPProgramming mailing list