I'm working on a small project here, and need to change all spaces in a char array to underscores. Meaning that "One Two Three" is changed to "One_Two_Three".<BR><BR ...
Say I read a character array in from a file as part of other fields. In this case, the character array I am reading in is a date in the format mmddyyyy.<BR><BR>I have a structure which I am looking to ...