User: sampark85

  • Public profile

User profile: sampark85

User info
User name:sampark85
History
Joined:
Number of posts:9
Latest posts:

A bit complicated calculation...
Thank you, I think i understand the codes! Looking forward to work on my next challenge whenever I ...

A bit complicated calculation...
[code]for ( string::size_type i = 0; i < name.size(); i++ ) { result += toupper( name[i] ) - 'A'...

A bit complicated calculation...
It WORKED!!! [code]#include <iostream> #include <string> #include <cstdlib> #include <cctype> using...

A bit complicated calculation...
Thank you, I tried to run that on my dev C++ but it gave me error saying "expected primary -express...

A bit complicated calculation...
Oh, I didn't see. let me try that. Sorry, I don't know where to put that or how to utilize the cod...

This user does not accept Private Messages