On Sat, Jun 19, 2004 at 09:51:04AM +0000, hashir n.a wrote:
> Hello
> OS : Fedora Core I - Updated from Redhat 9
>
> Sample Program:
> #include<iostream.h>
> int main() { cout<< "Hello World!";}
>
> Complied with : gcc h.cpp -Wno-deprecated
^^^
IT SHOULD BE g++ h.cpp -Wno-deprecated with regards M.Balakrishna Pillai
