這裏顯示兩個版本的差異處。
下次修改 | 前次修改 | ||
linux:linux_programming [2007/08/22 20:26] wenpei 建立 |
linux:linux_programming [2010/03/07 16:58] (目前版本) wenpei |
||
---|---|---|---|
行 1: | 行 1: | ||
====== C/C++ Programming on Linux ====== | ====== C/C++ Programming on Linux ====== | ||
FourDollars Blog: | FourDollars Blog: | ||
+ | |||
http://fourdollars.blogspot.com/2007/08/cc-programming-on-linux.html | http://fourdollars.blogspot.com/2007/08/cc-programming-on-linux.html | ||
- | 系統底層架構:http://www.advancedlinuxprogramming.com/、http://tldp.org/LDP/lpg/ | + | 系統底層架構:http://www.advancedlinuxprogramming.com/ |
+ | |||
+ | http://tldp.org/LDP/lpg/ | ||
GNU:http://www.gnu.org/manual/manual.html | GNU:http://www.gnu.org/manual/manual.html | ||
行 10: | 行 13: | ||
Makefile、Version Control | 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 | ||
+ | |||
+ |