Thread: Using Configuration Files with C on UNIX

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

    Using Configuration Files with C on UNIX

    I have done programming on the Windows platform and I know that people use .ini files. I am now starting to program on a UNIX platform and would like to know if there is a UNIX supported .ini type configuration file. I would also like to know if there are any commands in C that allow manipulation and reading from the config file.

  2. #2
    Registered User
    Join Date
    Sep 2001
    Posts
    32
    The configuration files in unix are in the /etc , /etc/rc directories usually.

    Appart from unix itself rc files, which usually follow some convension, applications do their own thing half the time.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. added start menu crashes game
    By avgprogamerjoe in forum Game Programming
    Replies: 6
    Last Post: 08-29-2007, 01:30 PM
  2. fopen vs. _open (for BIG image files)
    By reversaflex in forum C Programming
    Replies: 3
    Last Post: 04-01-2007, 12:52 AM
  3. Open files inside directory (UNIX platform)
    By swagatob in forum C Programming
    Replies: 15
    Last Post: 10-25-2004, 12:58 AM
  4. zipping files in UNIX
    By smd in forum C++ Programming
    Replies: 4
    Last Post: 07-12-2002, 08:46 AM
  5. reinserting htm files into chm help files
    By verb in forum Windows Programming
    Replies: 0
    Last Post: 02-15-2002, 09:35 AM