User profile: Spot3

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

Printing one character in a string
Sorry, i meant they didn't use non-array pointers. Technically it does because arrays are pointers. ...

Printing one character in a string
This doesn't use pointers but it gets the job done. [code] #include<iostream.h> #include<cstring.h> ...