Base62 struct

Display as much alphanumeric info in as little space as possible.
Download

Base62 struct Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Freeware
  • Publisher Name:
  • Jeff Key
  • Publisher web site:
  • Operating Systems:
  • Windows Vista/2003/XP/2000/98
  • File Size:
  • 2KB

Base62 struct Tags


Base62 struct Description

Advertisement Base62 struct is a Development software developed by Jeff Key. After our trial and test, the software is proved to be official, secure and free. Here is the official description for Base62 struct: I was working on a personal project and needed to display as much alphanumeric info in as little space as possible, while treating the characters as numbers. I came up with this struct, which is a Base62 data type. It's a good example of creating a struct for use as a data type, including the following: Implicit conversion to/from multiple types Arithmetic operators (+, -, *, /) Relational operators (==, !=, ) EQuality against multiple types Example: Base62 num = "10"; // Results in an int value of 62 num == 62 // True num == "10" // True num < 63 // True num < "Z" // False num + 1 == 63 // True num + "1" == 63 // True


Base62 struct Related Software