User profile: Esslercuffi

User info
User name:Esslercuffi
History
Joined:
Number of posts:305
Latest posts:

Check repeated elements in a vector
the data will be stored in the 'names' and 'scores' variables until you overwrite them with new valu...

Check repeated elements in a vector
It can be done with what you've already learned. Though keep in mind that that particular book does ...

Extern
You don't need to use extern for a function call. all that you need is a function prototype of a() ...

Yes/No Qustions code help
http://www.cplusplus.com/doc/tutorial/control/

Yes/No Qustions code help
remove the ; like PCrumley said, and change your tests to something like [code]if( toupper( response...