Hmm well I have never seen it done like that. Is there a name for it?
Another example
struct Some_Event** events = NULL, *event;
this is very strange syntax I have never learned about it. I wanted to know what it was called so i could look up documentation on its proper use. In my C++ Programming Language book by bjarne stroustrop i found nothing which is why i thought it was some kind of Microsoft visual C++ feature.
Thank you for any clarification
Show differencesHistory of post edits
#1jtw
Posted 10 August 2012 - 06:50 AM
Hmm well I have never seen it done like that. Is there a name for it?
Another example
struct Some_Event** a = events, *event;
this is very strange syntax I have never learned about it. I wanted to know what it was called so i could look up documentation on its proper use. In my C++ Programming Language book by bjarne stroustrop i found nothing which is why i thought it was some kind of Microsoft visual C++ feature.
Thank you for any clarification
Another example
struct Some_Event** a = events, *event;
this is very strange syntax I have never learned about it. I wanted to know what it was called so i could look up documentation on its proper use. In my C++ Programming Language book by bjarne stroustrop i found nothing which is why i thought it was some kind of Microsoft visual C++ feature.
Thank you for any clarification