I have something like this (without the spacing issues), where I'm reading a file with strings that are separated by the # sign, and trying to read each of them into ...
I am reading a value from std in and storing it in an array min[3] and later on proceed to make an array comparison. Somin is never touched before the comparison.
After ...
What I'm trying to do is simply scan in a file then whenever I get a space, turn it into 2 spaces. Whenever I get a carriage return, turn it into 2 spaces.. An example of what I'm trying to achieve with this body of text. An example of what I'm trying to achieve with this body of text. Ok so ...