Search:

Type: Posts; User: kingsz1

Search: Search took 0.01 seconds.

  1. Replies
    2
    Views
    1,030

    Thank you so much. It work now.

    Thank you so much. It work now.
  2. Replies
    2
    Views
    1,030

    Need help: converting string to double

    Hi, all. I do search the forum before raise my problem. I need to convert a string to a double, but the atof() or strtod() is not work. Why? What is wrong with my code?


    #include <stdio.h>...
  3. Thank you. Does the expat is better (easier) than...

    Thank you. Does the expat is better (easier) than the libxml2 ?
  4. Need advice to parser MS EXCEL XML Spreadsheet in C/GTK+

    Hi, all.

    I am working a small project to read the MS EXCEL XML Spreadsheet into GTK+ CList. The book keeping data is stored in MS Excel and is saved as XML Spreadsheet. My app is to load the data...
  5. Need help for retrieving all attribute from a xml file using libxml2

    Hi, all.

    I am trying to use libxml2 to retrieve all the elements and attributes from a xml file.

    Through the tutorial in xmlsoft.org, I am able to compile the example code to retrieve A...
  6. Thank you indeed.

    Thank you indeed.
  7. Need help to compile a GTK+ code with C++ sql wrapper

    Hi all. I am using Mingw GCC 3.4.2 (Dev-C++).

    I created a GTK+ project and compiled it work. It is in C code. Now I want to add Sqlite3 wrapper that is in C++ code.

    My problem is, when I create...
  8. Replies
    4
    Views
    2,506

    thank you. Which header file or library support...

    thank you. Which header file or library support "getaddrinfo"?

    I am using Mingw 3.4.2 (Dev-C++). Thanks.
  9. Replies
    4
    Views
    2,506

    Need help to obtain NIC IP and MAC in C

    Hi all.

    I want to obtain the IP address and MAC address of the local NIC. How to write the code in C? or any header file and library can be used?

    Thanks.
Results 1 to 9 of 9