Hey All,
I need to know where I can find some documentation on the fundamental differences between C++ structures and classes. I know that with structures everything is public, and with classes everything is private by default. So data and functions can be hidden. But I'm not finding much more than that, as far as differences. So can somebody point me in the right direction. I would really appreciate it.
![]()


Reply With Quote

