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 stringSorry, i meant they didn't use non-array pointers. Technically it does because arrays are pointers. ...
Printing one character in a stringThis doesn't use pointers but it gets the job done. [code] #include<iostream.h> #include<cstring.h> ...