User:Abyssoft/workspace

From Wikipedia, the free encyclopedia

[edit] Backlink

[edit] Project #1 Completely sortable Solar system list

  • Purpose
    • Eliminate the multiple pages dedicated to these tables.
    • Provide a more collected space for all relevant information.
    • Increase Usability
  • Activities - status
    • Determine which items to use -complete
      • by mass
      • by radius
      • list of named objects
    • Decide on new fields/name of fields -planning

[edit] Project #2 Create a complete Set of classes for VB6

These will emulate the functionality of inheritance and casting for basic data types. Numeric types will have explicit casting controls, and quick rendering to String type. String types will have explicit casting to numberic data types.

DBL SNG INT16 INT32 UINT8 BOOL STR CHAR
DBL Double - Drop Precision Round MOD 256^2 Round MOD 256^4 Round MOD 256 <>, != 0 True Direct Direct and 1st Left Char
SNG Single Increase Precision - Round MOD 256^2 Round MOD 256^4 Round MOD 256 <>,!= 0 True Direct Direct and 1st Left Char
INT16 Integer Increase Precision Increase Precision - Increase Precision MOD 256 <>, != 0 True Direct Direct and 1st Left Char
INT32 Long Increase Precision Increase Precision MOD 256^2 -
UINT8 Byte
BOOL Boolean
STR String
CHAR String * 1