Thread: Native C programming databases

  1. #1
    Registered User
    Join Date
    Sep 2018
    Posts
    53

    Native C programming databases

    Hello all!
    Could anyone explain how to use free and opensource databases with C (gcc)?

  2. #2
    C++ Witch laserlight's Avatar
    Join Date
    Oct 2003
    Location
    Singapore
    Posts
    28,413
    SQLite would be a good place to start as it would allow your program to have an embedded database engine that accesses databases consisting of a single file each, with a native C API that is well documented on their website.
    Quote Originally Posted by Bjarne Stroustrup (2000-10-14)
    I get maybe two dozen requests for help with some sort of programming or design problem every day. Most have more sense than to send me hundreds of lines of code. If they do, I ask them to find the smallest example that exhibits the problem and send me that. Mostly, they then find the error themselves. "Finding the smallest program that demonstrates the error" is a powerful debugging tool.
    Look up a C++ Reference and learn How To Ask Questions The Smart Way

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. What is native or little endian
    By rchiu5hk in forum C++ Programming
    Replies: 1
    Last Post: 09-03-2009, 04:07 AM
  2. Native generics?
    By audinue in forum Tech Board
    Replies: 6
    Last Post: 02-04-2009, 10:16 PM
  3. Native Compiler
    By iwod in forum C# Programming
    Replies: 1
    Last Post: 02-28-2004, 11:02 PM
  4. what does 'native code' mean?
    By Silvercord in forum A Brief History of Cprogramming.com
    Replies: 4
    Last Post: 08-26-2003, 02:21 PM

Tags for this Thread