Thread: Creating a prog to edit files with certin extention

  1. #1
    Registered User
    Join Date
    Nov 2001
    Posts
    1

    Question Creating a prog to edit files with certin extention

    I need some info on how to go about creating a prog to edit files with the .co extintion. I have microsoft visual c++ 6. If someone could tell me the things I need to know about .co file structure(or any file structure) to make a program for the sole perpose of editing this file. I am new to this(like you can't tell) so any links, suggestions, pointers, and instruction would help me greatly. thanks

  2. #2
    Has a Masters in B.S.
    Join Date
    Aug 2001
    Posts
    2,263
    http://www.wotsit.org

    they might have some info...
    ADVISORY: This users posts are rated CP-MA, for Mature Audiences only.

  3. #3
    Unregistered
    Guest

    ...

    Why not just load the file directory like normal, then if (strstr(filename, ".co")) { ... }

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Help creating multiple text files
    By Tom Bombadil in forum C Programming
    Replies: 19
    Last Post: 03-28-2009, 11:21 AM
  2. HEX edit files
    By xxxrugby in forum C Programming
    Replies: 6
    Last Post: 08-31-2005, 12:42 PM
  3. Replies: 3
    Last Post: 07-23-2005, 08:00 AM
  4. why cant i edit two files in a program?
    By Jasonymk in forum C++ Programming
    Replies: 4
    Last Post: 01-06-2003, 12:41 AM
  5. How can I edit .dll files?
    By leskitten in forum C++ Programming
    Replies: 9
    Last Post: 07-29-2002, 03:16 PM