Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Include files hierarchy
Message
 
To
03/08/1999 20:53:54
General information
Forum:
Visual FoxPro
Category:
Classes - VCX
Miscellaneous
Thread ID:
00249525
Message ID:
00249539
Views:
29
The super class contains:

#DEFINE ONEKB 1024

If your code use the constant ONEKB as:

IF THIS.FileSize > ONEKB
ENDIF

The subclass contains:
IF THIS.FileSize > ONEKB +1
ENDIF

Do I need to include the .h in the subclass?
Software engineers are trained to read and understand code; they are not trained in mind reading. Document the purpose not just the functionality.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform