Christian Christmann <[EMAIL PROTECTED]> writes:

>> 1. you generally want to divorce type declarations and variable
>> declarations.
>
> Sorry, but what do you exactly mean by that?

This:

>         struct storeInfo {
>           int a;
>         } structInfo;

defines both a type storeInfo and an object structInfo of that
type. He suggests that you first define the type and then the object,
in separate statements.
_______________________________________________
help-gplusplus mailing list
help-gplusplus@gnu.org
http://lists.gnu.org/mailman/listinfo/help-gplusplus

Reply via email to