User Profile

Collapse

Profile Sidebar

Collapse
elanos
elanos
Last Activity: Jul 26 '07, 04:57 PM
Joined: Jun 12 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • elanos
    started a topic Writing a file and appending the text
    in C

    Writing a file and appending the text

    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(...
    See more | Go to post

  • elanos
    started a topic search and replace string
    in .NET

    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.
    See more | Go to post
No activity results to display
Show More
Working...