GithubHelp home page GithubHelp logo

haffon / libini Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 335 KB

fork from https://sourceforge.net/projects/libini/files/libini/, I just compile it with vs2010

License: GNU General Public License v2.0

Makefile 12.36% C 18.55% C++ 10.71% Shell 56.90% Visual Basic 1.49%

libini's Introduction

This INI file reader has been designed to handle large configuration files
on Windows and non Windows platforms.  All standard Mircosoft functionality
is provided.

Additional support includes:

Non standard comments e.g. '#' and comments appearing at the end of a key.


Anonymous sections e.g.:

; This key has no section header
key1 = data

[section1]
key1 = data ; comment


Auto parsing of data lists:

key1 = data, data2, data3


Features:

Comments at the end of keeps will not be recognised unless there is atleast
one character of whitespace preceeding the start of the comment.

All comments in the same INI file must be of the same type, and you are
required to define the type of comment you expect.

Additional data types.


Bugs:

Due to the caching feature, only usable data is read from the INI file.
Should you make a change to this data, only the usable data is written back
to the file.  This means all comments will be lost!

libini's People

Contributors

haffon avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.