User profile: DaveG

User info
User name:DaveG
History
Joined:
Number of posts:2
Latest posts:

excess to .h file
[code]//includes, directives, etc. #ifndef _YourHeader #define _YourHeader //declarations ...

Stopping the for loop
In line 10, you are creating a variable t. But you must assign the value of the char so that [co...