>>12
This one:
http://dis.4chan.org/read/prog/1320800146 right ?
I still remember that. I'm the noob teenager programmer who got flamed because I said that
char* was a "string of characters", while in fact it is only considered a string when it is null-terminated:
That is incorrect you fucking nigger. Again, for the second time, C doesn't have a string of characters. Instead, what C has are an array of characters. If this array of characters is terminated with '\0', then it becomes a string.
I guess I learnt my lesson there.