Results 1 to 4 of 4

Thread: whats better... rigistry or ini ?

  1. #1

    Thread Starter
    Hyperactive Member Abdulrahman's Avatar
    Join Date
    Oct 2000
    Location
    Scotland
    Posts
    281
    hi all,

    whats the advantages of using the registiry to store app settings rather than an ini file? which one is better etc..

    Abdul

  2. #2
    Guest
    INI files were used in older versions of Windows. With the new versions, they were replaced by the Registry. It's less 'hackable' because not many ordinary people (non-computer experts) know about it.

  3. #3
    Junior Member
    Join Date
    Aug 2000
    Posts
    27
    I think the registry is better, because it's easy to save and get settings

  4. #4
    transcendental analytic kedaman's Avatar
    Join Date
    Mar 2000
    Location
    0x002F2EA8
    Posts
    7,221
    Registry:
    + Easy to use
    + Stays wherever you move the app
    - Leaves when you copy the app to another comp
    - Goes, if the Os crashes and registry screws up
    Ini:
    + It's a file, you can move it, and copy the app to other comps
    - anyone can delete or change the file
    Use
    writing software in C++ is like driving rivets into steel beam with a toothpick.
    writing haskell makes your life easier:
    reverse (p (6*9)) where p x|x==0=""|True=chr (48+z): p y where (y,z)=divMod x 13
    To throw away OOP for low level languages is myopia, to keep OOP is hyperopia. To throw away OOP for a high level language is insight.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width