how to connect mysql with turbo c++?

Recommended Answers

All 2 Replies

You can't. You need a 32-bit or 64-bit compiler to do that. Turbo C++ is just too old

As AD said, Turbo-C++ is antiquated and not likely suitable for this. You CAN use Mingw's gnu c++ compiler for this, though you will need to install the MySQL shared or static libraries and header files. You might be able to use a recent Visual Studio C++ compiler (you can use the Express version for free). In any case Turbo-C++ will likely not be usable.

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.