Okay, so I'm still kind of new to the C++ language, but I like to learn as I go. With that, I am trying to learn about how to add new libraries to use in my programs.
I have been using Dev++ for most of my projects, and I have absolutely no idea how to add the MySQL++ library for use.
I do have Visual C++ 2008 downloaded, and I can use that if need.
My real help needed is how to implement the library, but if you could also tell me a few basic commands of how to use MySQL++ that would be great! Maybe how to connect, INSERT INTO, SELECT * FROM, etc.
Thanks in advance,
Zach
P.S.: Just a side question, but how do I make it so that FOLDERS can be created? I know that ofstream can create files if they do not already exist, but I do not know how to make it so that directories/folders are created in the same way.
For example, if I wanted a file to be saved to .\Example\example.txt and it does not exist, I would like the Example folder to be created with the example.txt.
Sorry if any of that is confusing, just tell me and I will try to explain it better.