V
Victor Bazarov
Randy said:[..]
To me, something like
struct Car
{
uint16 year;
char[32] color;
};
is not a "permanent" definition of a type but a temporary one.
Uh... I am f****ng speechless.
> That's
why,
to use it, you have to write
struct Car myCar;
instead of just
Car myCar;
What language are you using? I think you need to "unlearn" some C to be
considering C++.
To me, the typedef actually defines the type permanently - these other
things are temporary.
I am befuddled by this statement.
Semantics. But if everyone else looks at it that way, then, yeah, I'll
line up with them for the sake of communication.
Uh... OK... If everyone else says that charcoals are black, then I'll
just line up for the sake of communication... Hello-o-o!!!
[..]