Thread: mysql++

  1. #1
    Stinking it up. StinkyRyan's Avatar
    Join Date
    Jun 2004
    Posts
    61

    mysql++

    I want to make a database program so I figured I'd use mysql++ with a mysql database, only when I go to get the mysql++ libraries I see it is very limited on what systems can use it:

    http://dev.mysql.com/downloads/other...lus/index.html

    Where it says:

    Patch for GCC 3.0.

    Is that what I'd download to beable to use mysql++ on my slackware 10.0 machine?
    Because I can't.

  2. #2
    ... kermit's Avatar
    Join Date
    Jan 2003
    Posts
    1,534
    Have you tried the first option of downloading the source? I think that would be your best bet. You should be able to compile that on your computer. When you get the source, there will likely be some better documentation about what patches (if any) you will need for gcc. What would have been cool is if they had supplied a little more info on the download page, but I don't seem to see it there.

    ~/

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Change detection in MySQL.
    By amitbora27 in forum A Brief History of Cprogramming.com
    Replies: 2
    Last Post: 05-13-2009, 10:34 AM
  2. MySQL libraries
    By csonx_p in forum C++ Programming
    Replies: 6
    Last Post: 10-02-2008, 02:23 AM
  3. About C++ and MySQL or oether free database
    By xxxrugby in forum C++ Programming
    Replies: 18
    Last Post: 12-30-2005, 06:28 AM
  4. Get data from mysql and use in a system.
    By smaakage in forum Tech Board
    Replies: 3
    Last Post: 10-04-2005, 12:03 PM
  5. Get data from mysql and use in a system.
    By smaakage in forum C++ Programming
    Replies: 5
    Last Post: 10-02-2005, 01:25 PM