Re: c++ code - not getting compiled !!!!!!!!!
Srinivasa T N <[email protected]> Fri, 29 Jul 2011 12:30:04 +0530
| Newsgroups | org.kernel.vger.linux-c-programming |
|---|---|
| Message-ID | <[email protected]> |
On 07/29/2011 12:25 PM, ratheesh kannoth wrote: > Thanks steve. > > This code snippet works fine in newer version of g++. Am i right ?. i > am not sure abt the version of g++. > I am using g++ 4.5.1 on FC14 and the below code does not compile over there. Use 'g++ --version' to know your g++ version. Regards, Seenu.