Thread: .cfg file help

  1. #1
    solar_flight
    Guest

    Unhappy .cfg file help

    can some one tell me how i make a .cfg file i am in great need

    i will be watching the thread so plz post about that thnks

  2. #2
    mustang benny bennyandthejets's Avatar
    Join Date
    Jul 2002
    Posts
    1,401
    CreateFile().
    [email protected]
    Microsoft Visual Studio .NET 2003 Enterprise Architect
    Windows XP Pro

    Code Tags
    Programming FAQ
    Tutorials

  3. #3
    solar_flight
    Guest
    right........... well that doesent really help

  4. #4
    Banned nickname_changed's Avatar
    Join Date
    Feb 2003
    Location
    Australia
    Posts
    986
    Read in the FAQ and tutrials on this site on file I/O with FSTREAM. When he said CreateFile() he meant to do a search for it, try msdn.microsoft.com, you'll find the paramaters you need to pass there.

    Word of warning, if your new to C++ then stick with fstream functions, the MS ones can be a bit hard to digest.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. A development process
    By Noir in forum C Programming
    Replies: 37
    Last Post: 07-10-2011, 10:39 PM
  2. Data Structure Eror
    By prominababy in forum C Programming
    Replies: 3
    Last Post: 01-06-2009, 09:35 AM
  3. Can we have vector of vector?
    By ketu1 in forum C++ Programming
    Replies: 24
    Last Post: 01-03-2008, 05:02 AM
  4. System
    By drdroid in forum C++ Programming
    Replies: 3
    Last Post: 06-28-2002, 10:12 PM
  5. Need a suggestion on a school project..
    By Screwz Luse in forum C Programming
    Replies: 5
    Last Post: 11-27-2001, 02:58 AM