© 2026 LinearBytes Inc.
Search posts, tags, users, and pages
Vee2xx
Fumbling my way towards a semblance of competence
The first project I worked on was a calculator. In VB6! (Yes, I am that old). Everything was fine until I had to keep track of the signs when operating on more than 2 numbers at a time. I had a heck of a time figuring out how to handle (a + b) * c.