G
Guest
For the most part, I use classes but when I'm trying to figure exactly when I
should use structures.
- Should I use a structure when I know it will contain a lot of code?
- Should I use a structure when it will hold references to other classes?
When is the right time to use a structure?
should use structures.
- Should I use a structure when I know it will contain a lot of code?
- Should I use a structure when it will hold references to other classes?
When is the right time to use a structure?