====== C/C++ Programming on Linux ====== FourDollars Blog: http://fourdollars.blogspot.com/2007/08/cc-programming-on-linux.html 系統底層架構:http://www.advancedlinuxprogramming.com/ http://tldp.org/LDP/lpg/ GNU:http://www.gnu.org/manual/manual.html GUI:[[http://www.gtk.org/documentation.html|GTK]]、[[http://doc.trolltech.com/|QT]] Makefile、Version Control ====== POSIX Threads Programming ====== http://www.llnl.gov/computing/tutorials/pthreads/ ====== Valgrind ====== http://valgrind.org/ Valgrind is an award-winning suite of tools for debugging and profiling Linux programs. With the tools that come with Valgrind, you can automatically detect many memory management and threading bugs, avoiding hours of frustrating bug-hunting, making your programs more stable. You can also perform detailed profiling, to speed up and reduce memory use of your programs. ====== ibus-faft ====== http://cityofwing.blogspot.com/2010/02/ibus-faft.html