Tag Archives: c++

Fixing tootlip background color in Eclipse

The problem Under Ubuntu the Eclipse tooltip (the one that shows up when you hover over a function or variables) has an anoying black background color. This is due to the fact that Eclipse takes the default background color from … Continue reading

Posted in Programming, System Administration | Tagged , , , , , | Leave a comment

How-To use MySQL and MySQL++ with DEV-C++

In 2004 I had a problem with MySQL++ and DEV-C++. It wasn’t as straightforward as I hoped because there where some problems with linking to the MySQL library. Versions Module Version Website MySQL 4.1.8 http://www.mysql.com MySQL++ 1.7.31 http://tangentsoft.net/mysql++/ Dev-C++ 4.9.9.2 … Continue reading

Posted in Programming | Tagged , , | Leave a comment