This is my first time using C and my first time posting so experts out there please be patient with me. I'm trying to write a file starting with one line and then append text to that file.
So far the only code that has been able to even produce the file is as follows:
char *szTestFile;
HANDLE hTestFile;
char szirdCreateFile[16];
unsigned uBytes;
Console Init( );
cls(...
User Profile
Collapse
-
Writing a file and appending the text
-
search and replace string
Hey, I'm trying to write a program that opens the contents of a file, searches for a specific string value and then replaces that string with a specified string value. Any suggestions would help.
No activity results to display
Show More