[질문] 좋은 ini, config 파일 파싱함수 없을까요? C로 된 라이브러리 중에요..

pleasantman의 이미지

C로 만들어진 라이브러리 중에 ini나 config파일 파싱에
좋은게 머가 있을까요?
이전에는 DOS용의 allegro라이브러리에 있는 것을 사용했었는데.. 작게 가려고 하니 allegro는 너무 무겁네요.. 이넘에서 짤라서
써 볼려고 해 봤는데 것도 쉽지 않구요. 일단
iniparser하고 libini를 찾아 봤는데, 더 좋은 다른게 있는지
알고 싶습니다.

Hyun의 이미지

가볍게 하시려면 직접 만드시는게... 좋겠네요...
생각보다 코딩량이 많지 않습니다...

fox9의 이미지

ini 파일은 아니지만 설정에 필요한 기능들을 다 사용할 수 있어서 저는 주로 libConfuse를 사용합니다.

http://www.nongnu.org/confuse/

익명 사용자의 이미지

scanf

IDNed의 이미지

Windows 개발이신가요? ini를 쓰신다니...
ini는 Windows API에 기본적으로 있습니다.

http://msdn.microsoft.com/library/default.asp?url=/library/en-us/sysinfo/base/registry_functions.asp

여기 레지스트리와 ini 펑션(Get/SetPrivateProfile~~~)이 섞여있네요..

pleasantman의 이미지

프로그램 사용 중에 config 내용을 수정해야 할 일이 많거든요..
좋네요... 그런데..section별로 할 수 있는 방법이 있는지 모르겠네요..

예)
[TEST]
path01 = 1
path02 = 1

[TEST2]
path01 = 2
path02 = 3

이런 식이면

cfg_get_int( "TEST", "path01", & path_1 );
cfg_get_int( "TEST2", "path01", & path_3 );

printf("TEST path01 = %d\n", path_1);
printf("TEST2 path01 = %d\n", path_3);

머 이런 식이요.. 너무 많은 기능을 요구하는 건가요? ^ ^;

allegro에서 쉽게 이용 했었는데...

fox9 wrote:
ini 파일은 아니지만 설정에 필요한 기능들을 다 사용할 수 있어서 저는 주로 libConfuse를 사용합니다.

http://www.nongnu.org/confuse/

fox9의 이미지

pleasantman wrote:
프로그램 사용 중에 config 내용을 수정해야 할 일이 많거든요..
좋네요... 그런데..section별로 할 수 있는 방법이 있는지 모르겠네요..

예)
[TEST]
path01 = 1
path02 = 1

[TEST2]
path01 = 2
path02 = 3

이런 식이면

cfg_get_int( "TEST", "path01", & path_1 );
cfg_get_int( "TEST2", "path01", & path_3 );

printf("TEST path01 = %d\n", path_1);
printf("TEST2 path01 = %d\n", path_3);

머 이런 식이요.. 너무 많은 기능을 요구하는 건가요? ^ ^;

allegro에서 쉽게 이용 했었는데...

fox9 wrote:
ini 파일은 아니지만 설정에 필요한 기능들을 다 사용할 수 있어서 저는 주로 libConfuse를 사용합니다.

http://www.nongnu.org/confuse/

사용형태는 틀리지면 section 형태로 사용 가능합니다
http://www.nongnu.org/confuse/tutorial-html/ar01s04.html

댓글 달기

Filtered HTML

  • 텍스트에 BBCode 태그를 사용할 수 있습니다. URL은 자동으로 링크 됩니다.
  • 사용할 수 있는 HTML 태그: <p><div><span><br><a><em><strong><del><ins><b><i><u><s><pre><code><cite><blockquote><ul><ol><li><dl><dt><dd><table><tr><td><th><thead><tbody><h1><h2><h3><h4><h5><h6><img><embed><object><param><hr>
  • 다음 태그를 이용하여 소스 코드 구문 강조를 할 수 있습니다: <code>, <blockcode>, <apache>, <applescript>, <autoconf>, <awk>, <bash>, <c>, <cpp>, <css>, <diff>, <drupal5>, <drupal6>, <gdb>, <html>, <html5>, <java>, <javascript>, <ldif>, <lua>, <make>, <mysql>, <perl>, <perl6>, <php>, <pgsql>, <proftpd>, <python>, <reg>, <spec>, <ruby>. 지원하는 태그 형식: <foo>, [foo].
  • web 주소와/이메일 주소를 클릭할 수 있는 링크로 자동으로 바꿉니다.

BBCode

  • 텍스트에 BBCode 태그를 사용할 수 있습니다. URL은 자동으로 링크 됩니다.
  • 다음 태그를 이용하여 소스 코드 구문 강조를 할 수 있습니다: <code>, <blockcode>, <apache>, <applescript>, <autoconf>, <awk>, <bash>, <c>, <cpp>, <css>, <diff>, <drupal5>, <drupal6>, <gdb>, <html>, <html5>, <java>, <javascript>, <ldif>, <lua>, <make>, <mysql>, <perl>, <perl6>, <php>, <pgsql>, <proftpd>, <python>, <reg>, <spec>, <ruby>. 지원하는 태그 형식: <foo>, [foo].
  • 사용할 수 있는 HTML 태그: <p><div><span><br><a><em><strong><del><ins><b><i><u><s><pre><code><cite><blockquote><ul><ol><li><dl><dt><dd><table><tr><td><th><thead><tbody><h1><h2><h3><h4><h5><h6><img><embed><object><param>
  • web 주소와/이메일 주소를 클릭할 수 있는 링크로 자동으로 바꿉니다.

Textile

  • 다음 태그를 이용하여 소스 코드 구문 강조를 할 수 있습니다: <code>, <blockcode>, <apache>, <applescript>, <autoconf>, <awk>, <bash>, <c>, <cpp>, <css>, <diff>, <drupal5>, <drupal6>, <gdb>, <html>, <html5>, <java>, <javascript>, <ldif>, <lua>, <make>, <mysql>, <perl>, <perl6>, <php>, <pgsql>, <proftpd>, <python>, <reg>, <spec>, <ruby>. 지원하는 태그 형식: <foo>, [foo].
  • You can use Textile markup to format text.
  • 사용할 수 있는 HTML 태그: <p><div><span><br><a><em><strong><del><ins><b><i><u><s><pre><code><cite><blockquote><ul><ol><li><dl><dt><dd><table><tr><td><th><thead><tbody><h1><h2><h3><h4><h5><h6><img><embed><object><param><hr>

Markdown

  • 다음 태그를 이용하여 소스 코드 구문 강조를 할 수 있습니다: <code>, <blockcode>, <apache>, <applescript>, <autoconf>, <awk>, <bash>, <c>, <cpp>, <css>, <diff>, <drupal5>, <drupal6>, <gdb>, <html>, <html5>, <java>, <javascript>, <ldif>, <lua>, <make>, <mysql>, <perl>, <perl6>, <php>, <pgsql>, <proftpd>, <python>, <reg>, <spec>, <ruby>. 지원하는 태그 형식: <foo>, [foo].
  • Quick Tips:
    • Two or more spaces at a line's end = Line break
    • Double returns = Paragraph
    • *Single asterisks* or _single underscores_ = Emphasis
    • **Double** or __double__ = Strong
    • This is [a link](http://the.link.example.com "The optional title text")
    For complete details on the Markdown syntax, see the Markdown documentation and Markdown Extra documentation for tables, footnotes, and more.
  • web 주소와/이메일 주소를 클릭할 수 있는 링크로 자동으로 바꿉니다.
  • 사용할 수 있는 HTML 태그: <p><div><span><br><a><em><strong><del><ins><b><i><u><s><pre><code><cite><blockquote><ul><ol><li><dl><dt><dd><table><tr><td><th><thead><tbody><h1><h2><h3><h4><h5><h6><img><embed><object><param><hr>

Plain text

  • HTML 태그를 사용할 수 없습니다.
  • web 주소와/이메일 주소를 클릭할 수 있는 링크로 자동으로 바꿉니다.
  • 줄과 단락은 자동으로 분리됩니다.
댓글 첨부 파일
이 댓글에 이미지나 파일을 업로드 합니다.
파일 크기는 8 MB보다 작아야 합니다.
허용할 파일 형식: txt pdf doc xls gif jpg jpeg mp3 png rar zip.
CAPTCHA
이것은 자동으로 스팸을 올리는 것을 막기 위해서 제공됩니다.