View Single Post
  #23 (permalink)  
Old 07-28-2008, 02:03 PM
MeTh0Dz|Reb0rn MeTh0Dz|Reb0rn is offline
Banned
 
Join Date: Jul 2008
Posts: 127
Credits: 0
Rep Power: 0
MeTh0Dz|Reb0rn is an unknown quantity at this point
Default Re: finding the right language

Okay let me explain this further.... C++ and C both use classes. However, C++ also has classes which can contain functions and variables, which allow for inheritance and better organization. So basically classes can act as a grouping of variables and functions that mape up the same object. However classes are not necasary. As structures will give you some of this functionality, with variables.
Reply With Quote