A few days ago, I have published a tutorial on building a
Connector/C++ client application on Windows using
Visual Studio. Its time for a Linux How-To. My
I-Do-Everything (IDE) choice on Linux is NetBeans 6.5.
NetBeans is open-source and free. A version with C and C++
support is lightweight (24MB download) and the code-completion feature has
ruled out Katy (kate) for writing Connector/C++ tests.
I am happy with every fast editor that offers syntax highlighting and supports a mouse. NetBeans does both. I do not know how to write Unix Makefiles. NetBeans does. A perfect match for Dummies and Little Idiots to build a C++ client application for MySQL using the …
[Read more]