Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
string to integer
Name: Jeff Date: October 9, 2002 at 23:58:22 Pacific OS: Windows XP CPU/Ram: 128MB
Comment:
How do you convert a string with a 2 digit number to an integer. Such as:
string X = "54"; I would like an integer to have that 54. The user gives input so X is not necessarily 54, but the number will be no higher than 99.
Summary: Hi Everyone! I'm taking a C/C++ course this semester and I'm finding it really hard since I've never taken a programming class before. I'm working on a program right now, and for one part of i...
Summary: Hello, I'm no expert when it comes to SQL, so go easy on me. I'm a novice. Here's the situation: My VB6 code is constructing an SQL query string which will eventually be passed to my Access DB. The...