Okay, I think it's time to try make a real database application using C++ and WxWidget. The tools needed which I already have so far: C++: it is a native language with linux. Almost every linux distribution have it, and if you don't have it and you're using ubuntu, just install package base-essential with synaptic or apt-get. WxWidgets: the main library which supposed to make our life easier. Code::Blocks: the IDE Firebird database server. We still need client library for accessing the database server. WxWidgets has database access functions using ODBC. But, I don't like ODBC, I prefer to have client library which access the database natively. After some google research, ibpp seems the best c++ firebird client library. I downloaded the library from http://www.ibpp.org/. But, a library is no use at all without documentation and it's very unfortunate ibpp only provides online documentation. As we live in Indonesia we certainly need an offline documentation so we can w...
Personal notes of Bambang Pranoto of various computing topics especially programming