News

As strings (array of chars right?) need to have \0 at the end to signify the end of the string I add one to whatever the length of the string that I want to store is. Was hoping someone would be ...
I'm working on a small project here, and need to change all spaces in a char array to underscores ... to make this a neat routine?<BR><BR>The input to the function is something in the line ...