User profile: TheNoviceDev

User info
User name:TheNoviceDev
History
Joined:
Number of posts:4
Latest posts:

Convert String to Integer With Error-Checking
Thank you. You've made me rethink some of my logic and clean up my code some more. thank you very mu...

Convert String to Integer With Error-Checking
No sorry, I meant I was wanting to check for all possible input errors. user enters a math problem (...

Program help!
Super simple version of this: [code]int main() { // assigning a decimal to an integer autom...

Convert String to Integer With Error-Checking
I want to convert a string to an integer and validate that it is an actual integer. The following is...