View Single Post
Old Apr 6th, 2005, 8:39 AM   #2
uman
Expert Programmer
 
Join Date: Dec 2004
Posts: 794
Rep Power: 4 uman is on a distinguished road
Keeping them separate is, AFAIK, a m atter of personal taste. Structs in C are like classes, but don't have methods/member functions. structs in C++ are the same as classes, but everything is by default public, not private.
uman is offline   Reply With Quote