by admin@[EMAIL PROTECTED]
Mar 26, 2008 at 06:12 AM
On Mar 26, 12:48=A0am, George Huber <khar...@[EMAIL PROTECTED]
> wrote:
> ja...@[EMAIL PROTECTED]
wrote:
> > I've been trying to find a good way to store program data (i.e. a
> > database)
> > but I can't find very good information of how to do tht that isn't
> > platform
> > specific using C++ other than basiclly creating my own database system
> > on
> > the file system(i.e. flat files). =A0I guess I'm asking if there are
any=
> > good
> > platform independant library's for this, or commonly used
> > methodologies. =A0I
> > know there is MS's .NET/CLR but I have a good knowledge of SQL but I
> > just
> > can't seem to figure out how to use that with C/C++. =A0This has
stumped=
> > me
> > for 13 years of learning it all my self. =A0I can do it in several
> > other
> > languages just not C/C++. =A0I ask about C++ specifically as I prefer
it=
> > but I
> > can ****t C examples myself so any help is appreciated.
>
> [ot]
>
> Take a look at SQLite - it's a light weight, embeddable database with
> binding for several languages (including C and C++). =A0There are
several
> examples written in C and / or C++ on the web site
>
> [/ot]- Hide quoted text -
>
> - Show quoted text -
Thanks I'm looking at the SQLite API do***entation right now it looks
like this might be what I'm looking for.