I have a basic knowledge of c++, but I haven't done any real programming for a couple years or so. I know there's a function that can convert strings to integers, but I can't remember what it is...so, I'd appreciate it if someone could tell me this and/or direct me to a database with several commands and descriptions of their uses.
Just to give you an idea of what I'm trying to do, I'm trying to program myself a calculator to convert between hex, binary, and decimal. I know there are many available ones, but I'm trying to get back into programming a bit, and I figured this could be a good start. If there's a better way to convert between number bases, then I'd be open to suggestions for that too. Thanks
Just to give you an idea of what I'm trying to do, I'm trying to program myself a calculator to convert between hex, binary, and decimal. I know there are many available ones, but I'm trying to get back into programming a bit, and I figured this could be a good start. If there's a better way to convert between number bases, then I'd be open to suggestions for that too. Thanks