hey friends I want to connect database with C++, i have found many article but not understand so please tell me how to connect?
Connecting to a database is typically done with a separate library. Which library to use depends on which kind of database you're using.
For Example, if this is a MySQL database, there are libs available like MySQL++ which you can use.
So what kind of database are you working with?