User profile: imohamme5

User info
User name:imohamme5
History
Joined:
Number of posts:57
Latest posts:

cout not working after While statement
Maybe you can try something like this [code] #include <iostream> #include <iomanip> #include <strin...

cout not working after While statement
Its because the program never exits out of your nested while loop. While the "monthdue" and "balance...

Bounding Box Collision
I am trying to figure out how to calculate all sides of the rectangle. I am struggling finding the b...

Hangman Issue
I wrote a similar program sometime ago. Review my code and see if it helps, if you don't understand ...

Input needed on starting an assignment.
[code] #include <iostream> #include <string> using namespace std; int main() { string title; int isb...