Thread: Search Program.

  1. #1
    Registered User Queatrix's Avatar
    Join Date
    Apr 2005
    Posts
    1,342

    Question Search Program.

    Does anyone know how I would be able to make a search program? The kind that searches for files on your hard drive containing specific text? I am not really asking for the script, just how to do it. Thanks, August.

  2. #2
    Registered User Codeplug's Avatar
    Join Date
    Mar 2003
    Posts
    4,981
    * enumerate the files you want to search (it's in the FAQ)
    * open each file and search for the "specific text"

    gg

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. binary search program
    By saszew in forum C Programming
    Replies: 2
    Last Post: 11-14-2008, 01:04 AM
  2. An interesting challenge --> A word search program
    By desipunjabi in forum C Programming
    Replies: 5
    Last Post: 11-12-2005, 03:30 PM
  3. Dikumud
    By maxorator in forum C++ Programming
    Replies: 1
    Last Post: 10-01-2005, 06:39 AM
  4. Simple search program
    By colinuk in forum C Programming
    Replies: 6
    Last Post: 12-18-2004, 01:58 AM
  5. search array program
    By z.tron in forum C++ Programming
    Replies: 3
    Last Post: 11-15-2002, 07:33 AM