Thread: Ini class i made

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Registered User
    Join Date
    Apr 2007
    Location
    Sydney, Australia
    Posts
    217

    Ini class i made

    Hello. I made this open source INI class that can be used to parse ini files and read/write values to ini files.
    Heres the link:
    http://host-a.net/39ster/CIni.zip

    What do you think of it?

    BTW: It only supports single character text files, not unicode or whatever its called that is used by chinese computers...

    EDIT: The type of feedback i want is what you think of my code. http://gmot.chronic667.com/index.php?topic=2742.0 - this guy says my code is crap but he didnt provide a reason. I dont see why its crap so can anyone help out?

    Also i've posted code before in IRC without very similiar coding style as that and someone replied that i really need to work on how i present my code to make it more readible. I was confused because i see people post code that is very hard to read, with almost no styling and no-one says anything about it. Is there anything wrong with my coding style?
    Last edited by 39ster; 04-07-2007 at 07:29 AM.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Creating a database
    By Shamino in forum Game Programming
    Replies: 19
    Last Post: 06-10-2007, 01:09 PM
  2. deriving classes
    By l2u in forum C++ Programming
    Replies: 12
    Last Post: 01-15-2007, 05:01 PM
  3. class errors
    By romeoz in forum C++ Programming
    Replies: 3
    Last Post: 09-16-2003, 07:57 PM
  4. structure vs class
    By sana in forum C++ Programming
    Replies: 13
    Last Post: 12-02-2002, 07:18 AM