I am very new to C and have dabbled in Objective-C, AppleScript, and HTML/CSS. I'm sure that my problem is very easy to solve. I am trying to write something that ...
I am trying to get input from two txt files (line by line) and output the two files side by side in colums 38 characters wide. Output should go to a single txt file. I have been able to get the input by line and have it output it as follows: line 1 txt file 1 line 1 txt file 2 ...
hi, i am reading a line using fgets() and appending/writing a line to a file using fputs(). Can someone help me on how to modify the line i read in using fgets(). for example i have a line of string, and want to replace the word "Osi" with "iso" in the line prior writing it to another file using fgets(). currently ...