Re: Re: Re: Query for Empty Structure Extension.

2013-01-03 Thread NAVEEN CHANDRAKAR
Thanks James. I understood it now. --- Original Message --- Sender : James Dennett Date : Jan 04, 2013 05:28 (GMT+09:00) Title : Re: Re: Query for Empty Structure Extension. On Thu, Jan 3, 2013 at 11:35 AM, NAVEEN CHANDRAKAR wrote: Thanks for the quick reply. As per the C++ standard

Re: Re: Query for Empty Structure Extension.

2013-01-03 Thread NAVEEN CHANDRAKAR
al Message --- Sender : Jonathan Wakely Date : Jan 03, 2013 00:17 (GMT+09:00) Title : Re: Query for Empty Structure Extension. On 2 January 2013 14:32, NAVEEN CHANDRAKAR wrote: > > My question is what is the definition/grammer of empty structure. As i > couldn't find it covered in

Re: Query for Empty Structure Extension.

2013-01-02 Thread Jonathan Wakely
On 2 January 2013 14:32, NAVEEN CHANDRAKAR wrote: > > My question is what is the definition/grammer of empty structure. As i > couldn't find it covered in C/Cxx standard document. The page you linked to defines a GCC extension to the C language, so if course it's not in the C standard. As the pag