|
|
|
|
|
by lwswl
1437 days ago
|
|
c++ just understands that the only purpose you could e using it for is "struct foo".
if you have a function "int foo()" as well, then you'll still need the struct tag(which really is necessary because you can do things like call structs like functions) |
|