Is there an encode/decode needed to get this to a "usable" string
Mike Simmons wrote:This is potentially useful if you need to pass binary data in a text-based format and decode it later. Don't know if that's helpful for you though...
Norm Radder wrote:
Is there an encode/decode needed to get this to a "usable" string
Try this:
So each weird char, like the club or diamond, matches up to an int somehow?
I think the idea is that you don't as a routine use bytes or chars or shorts for arithmetic. You use ints, longs, doubles, and floats. Though, if I had my way, I would consign the float datatype to some sort of cyber‑Hades.Mike Simmons wrote:. . . binary operators upcast their result to at least int. . . .
Don't get me started about those stupid light bulbs. |