User: Moeljbcp

  • Public profile

User profile: Moeljbcp

User info
User name:Moeljbcp
History
Joined:
Number of posts:85
Latest posts:

Confused about test score curve
Specifically, for console applications, main() is defined as the entry-point to the application (whe...

Cant see whats wrong...
36-20 = -16, which is less than 10. So that check passes. Try this instead: [code]if (abs(age1 - a...

Broken code: srand and cin.get
Put [code]cin.ignore();[/code] after the [code]cin >> seed;[/code]. When you get something from cin...

Compiler Error Messages
If this is a troll, ... damn that's ..magical. Amazing. If this is for real, please completely star...

Call a void function in a cout statement
[code]#include <iostream> #include <string> using namespace std; string Test(string CorrectName) {...

This user does not accept Private Messages