IonicWind Software

Aurora Compiler => General Discussion => Topic started by: LarryMc on January 06, 2006, 05:38:34 PM

Title: Proper nomenclature
Post by: LarryMc on January 06, 2006, 05:38:34 PM
Would it be proper to say:

class window                           'a base class
class CControl : window            'a derived class
class CButton : CControl            'a derived class of a derived class
Title: Re: Proper nomenclature
Post by: Zen on January 06, 2006, 05:42:39 PM
Yes it would. Take a look in the GUI.inc file in the bin directory of your aurora installation for information about that stuff.

Lewis
Title: Re: Proper nomenclature
Post by: Parker on January 06, 2006, 06:08:03 PM
The class part is right, just make sure you're not using ' for comments otherwise it will give you errors ;)