Search:

Type: Posts; User: WMonk

Search: Search took 0.01 seconds.

  1. Replies
    9
    Views
    2,321

    Ah, great :) SQLite Wrapped...

    Ah, great :)
    SQLite Wrapped seems good for my app, as I read the tutorial. Only problem that I can't get it to work on my Fedora 8 64bit box.
    But for now, thanks for your help!
  2. Replies
    9
    Views
    2,321

    SQLite seems good to me, I'll give it a try. Is...

    SQLite seems good to me, I'll give it a try. Is there a simple C++ wrapper (under GPL) for the C code?
    If so, I'd really like ;)
    Thanks!
  3. Replies
    9
    Views
    2,321

    I want to compile my program on both Linux and...

    I want to compile my program on both Linux and Windows, so XML is the best choice here because it's the most portable?
    Can someone give me an example to do this? (parse the elements of the XML into...
  4. Replies
    9
    Views
    2,321

    I'm defining the layout too. So if XML is the...

    I'm defining the layout too.
    So if XML is the best way to do this, I'll create a XML file for my data. And so for other layout types.
    And if it matters: I'm using gcc on a Fedora8 box, and use...
  5. Replies
    9
    Views
    2,321

    Data from file (XML, Config, ..) to Object

    Hello!

    I've a class:

    class Customer
    {
    public:
    std::string get_name();
    short get_gender();
    int get_id();
Results 1 to 5 of 5