I wrote about…
32-bit 64-bit algorythm background batch command c++ certificate combinatorics configuration contest der dev-c++ dynamic programming eclipse exponential facebook hacking cup import install jar java javascript keyboard keytool layout library mathematics maven modulo arithmetic mysql openCRX openssl pem php private key repository restore slider sort algorythm start svn syntax highlighting ubuntu windows wordpress x509Archives
- February 2013 (1)
- January 2012 (2)
- February 2011 (2)
- January 2011 (11)
- October 2010 (3)
- September 2010 (3)
- March 2004 (1)
- January 2004 (1)
Meta
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 c++, configuration, eclipse, java, syntax highlighting, ubuntu
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