>>>>> "Abdelrazak" == Abdelrazak Younes <[EMAIL PROTECTED]> writes:
Abdelrazak> Quite frankly I don't think the use of PCH is a panacea. I Abdelrazak> think it is just an excuse for badly written code. By Abdelrazak> using forward declaration (class foo) in header you reduce Abdelrazak> considerably the compile time already and I like to Abdelrazak> specify only the header I need in the .cpp file. I absolutely agree. JMarc