Possible Duplicate:
What are the differences between struct and class in C++
In C++ is there any reason to use a Struct inside of a Class outside of making your own linked list or b-tree?
I've taken a few programming courses in college, but haven't really thought about this until now. It seems like there wouldn't be any benefit from using a struct inside of a class, but I don't have enough experience to know what situations really require certain things. I'm hoping that you experienced programmers can shed some light on this for me.