User: gametack

  • Public profile

User profile: gametack

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

testing user input before storing
rational<int> c1; int c1; cin >> x; for(int i = 0; i < x.length(); i++) if(! (x...

testing user input before storing
i figured it out for(int i = 0; i < x.length(); i++) if(! (x[i] >= '0' && x[i] <= '9' ...

testing user input before storing
how would i implement that statement, if(the inputted string contain '/') assign it to fraction ...

testing user input before storing
so lets say i ask a user for input, "type in a number". how do i test it so if it is an integer, i ...

This user does not accept Private Messages