User profile: krad1548

User info
User name:krad1548
Name:Brian Story
Location:Chicago
Website:http://uberfreehosting.com
History
Joined:
Number of posts:6
Latest posts:

Weird problem with -#'s
Thanks Duoas! Changing the unsigned long int back to int is what corrected the problem. Everythin...

Weird problem with -#'s
I still receive the infinite looping if I enter a negative number. The program will give me a number...

Weird problem with -#'s
I changed the include, I also changed the int to unsigned long int. When I am prompted to input a ne...

Weird problem with -#'s
[code]//Subtraction program - Brian Story #include <stdlib.h> #include <iostream> using namespa...

If else problem
Thanks, I understand loud and clear. Everything compiled fine now.