User profile: Spot3

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

How to change color of text output?
Apparently using "system()" is discouraged. There are many discussions in these forums about it and ...

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> ...