On Nov 13, 2006, at 5:23 PM, Brendon Costa wrote:
So are you saying that the quick hack that i did will not work for fixing the memory problem I have but that it will probably raise its ugly head again

No.

or just that PCH will not work?

Yes.

Are there any advantages to using PCH besides it may make compiling the GCC compiler a little faster?

No, other than compatibility with makefiles that want to use it.

At most there is about 40 lines of code in each of them.

PCH is when you have 500,000 lines of C++ code in the main .h file, and 20 lines in the .C file. :-)

Reply via email to