Thread
:
C++ Classes - Quick question(s)
View Single Post
Apr 6th, 2005, 8:39 AM
#
2
uman
Expert Programmer
Join Date: Dec 2004
Posts: 794
Rep Power:
4
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
View Public Profile
Find More Posts by uman