View Single Post
Old 05-05-2004, 04:11 PM   #4 (permalink)
pe666o
Registered User
 
pe666o's Avatar
 
Join Date: Apr 2004
Posts: 7
pe666o is on a distinguished road
Send a message via ICQ to pe666o
not much to add to what "joe_bruin" said about it.
In C++ struct and class are all the same.
different name for the same thing.
However if/when you go to C#.NET there is a difference. structs- value types class-reference type
so in C# there is difference when you use structs or classes for your data encapsulation.
pe666o is offline   Reply With Quote