how i can do database in c++

Recommended Answers

All 2 Replies

how i can do database in c++

Ok, well first, I would read the rules on Posting in the forums because this is not a good question. This forum is for helping people out with the areas of C++ that they are having trouble with, your question is too broad. You need to do some searching on google, get some books, etc.... post code and then people will help you.

how i can do database in c++

Depends on the kind of database you want to use. It could be as simple as a text file or as complex as interfacing with an SQL-compiliant database, such as MySQL and MS Access. You need to be more specific about what you want to do. SqLite is a good library for programs that do not need sophisticated SQL database needs.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.