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
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
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
Hello There,
Empty Structures :- http://gcc.gnu.org/onlinedocs/gcc/Empty-Structures.html
I came across this extension and understood why empty-structures were
introduced as an extension in gcc and g++.
But i couldn't find any relevant text as to what is considered as empty
structure.
Eg: T2 and