Linux 平臺(tái)上的C語(yǔ)言調(diào)試工具!
http://www.linuxgazette.com/node/view/8755
Submitted by Nikhil Bhargava on Tue, 02/17/2004 - 14:37. Articles | General Interest
This article talks about debugging tools for applications in C on Linux platforms. Most of the tools are freely available on all major platforms with very wide user support. The tools help in static analysis of code as well as assist in dynamic evaluation of code.
Please note that tools listed here are suggestions of the author. This list is not a standard one. Changes have to be done in it depending upon the nature, scope and details of the application to be developed.
Debugging Tools
1. Dmalloc http://dmalloc.com/
The debug memory allocation or Dmalloc library is a freeware debugging tool which has been specially designed as a drop in replacement for the system's malloc, realloc, calloc, free and other memory management routines while providing powerful debugging facilities configurable at runtime. It makes changes during compile time and donot add runtime changes in binary. These facilities include such things as memory-leak tracking, fence-post write detection, file/line number reporting, and general logging of statistics. The library is reasonably portable having been run successfully on at least the following operating systems: AIX, BSD/OS, DG/UX, Free/Net/OpenBSD, GNU/Hurd, HPUX, Irix, Linux, MS-DOG, NeXT, OSF, SCO, Solaris, SunOS, Ultrix, Unixware, Windoze, and even Unicos on a Cray T3E. It has full support for programs the debugging of POSIX threads.
The package includes the library, configuration scripts, debug utility application, test program, and documentation.
2. Valgrind http://valgrind.kde.org/
Valgrind is a GPL distributed system for debugging and profiling x86-Linux programs. I can also be helpful for programs for platforms other than x86 since behavior of x86 binary is similar to other binaries. The accompanying tools with Valgrind automatically detect many memory management and threading bugs, avoiding hours of frustrating bug-hunting, making programs more stable. It supports a through detailed profiling to help speed up the programs.
The Valgrind distribution includes four tools: two memory error detectors, a thread error detector, and a cache profiler.
3. Electricfence http://rpmfind.net/linux/RPM/conecti...-2cl.i386.html
Electric Fence is a freeware library that can be used for C programming and debugging. It can be linked at compile time and it will warn about possible problems such as freeing memory that doesn't exist, etc. It is basically a memory profiling tool. However currently it is available only on HP-Unix platform (I am not very sure though).
4. GDB http://sources.redhat.com/gdb
This is the Gnome Debugger which comes as a freeware support package with freeware Linux distribution like Red Hat, Slacware, and Debian etc. It has full support of many languages like C, C++, and Perl etc. It helps to debug the binaries of these languages in modes like single step, multiple step or complete run. It also has provisions of setting break points and trace value.
It is helpful for stub testing, functional flow checking and bound checking. Further this is readily available with all flavours of Linux andUnix platforms and is amply supported in user community.
5. Insight http://sources.redhat.com/insight
Insight is a graphical user interface to GDB, the GNU Debugger written in Tcl/Tk by at Red Hat, Inc. and Cygnus Solutions Insight provides all features provided by GDB along with Graphical debugging interface replacing traditional command based interface.
6. Memprof http://www.gnome.org/projects/memprof
MemProf is a free ware memory Profiling and memory leak detection tool which comes as an addendum to common Linux distributions. It can generate a profile how much memory was allocated by each function in the program. It can scan memory and find blocks that have been allocated but are no longer referenced anywhere (dead code).
MemProf works by pre-loading a library to override the C library's memory allocation functions and does not require recompiling the program. One advantage MemProf has over some other similar tools that are available is that it has a nice GUI front-end and is relatively easy to use.
I am Nikhil Bhargava from Delhi, India. I am a Computer Engineer currently working in C-DOT, India for past one year. Comments and Suggestions are always welcome.
【硬件編程咨詢】C語(yǔ)言資料大全
◆經(jīng)典C源程序100例:http://post.baidu.com/f?kz=8618367
◆時(shí)鐘的駐留程序:http://post.baidu.com/f?kz=10822377
◆數(shù)據(jù)結(jié)構(gòu)暨若干經(jīng)典問題和算法:http://post.baidu.com/f?kz=10922856
◆LIUXUY 磁盤系統(tǒng)源程序:http://post.baidu.com/f?kz=12973347
◆RLE壓縮:http://post.baidu.com/f?kz=12592570
◆快速排序:http://post.baidu.com/f?kz=12262349
◆全排列的遞歸算法:http://post.baidu.com/f?kz=12248706
◆KMP字符串搜索算法:http://post.baidu.com/f?kz=12143581
◆C高效編程四招:http://post.baidu.com/f?kz=13192245
◆無棧非遞歸二叉樹遍歷:http://post.baidu.com/f?kz=12394188
◆跟我學(xué)NETBSD內(nèi)核源碼:http://post.baidu.com/f?kz=12201581
◆Linux源碼:http://post.baidu.com/f?kz=12692827
◆C語(yǔ)言中不定參數(shù)的實(shí)現(xiàn)http://post.baidu.com/f?kz=19232306
◆一個(gè)有關(guān) FreeBSD 的網(wǎng)站:http://post.baidu.com/f?kz=14828500
◆c51系列仿真器:http://post.baidu.com/f?kz=14332652
◆brainf*ck 語(yǔ)言的解釋器http://post.baidu.com/f?kz=15998145
◆怎樣用c寫游戲:http://post.baidu.com/f?kz=5417859
◆本吧游戲編程相關(guān):http://post.baidu.com/f?kz=11867577
◆簡(jiǎn)單的病毒程序:http://post.baidu.com/f?kz=5558054
◆迷宮游戲:http://post.baidu.com/f?kz=5781985
◆QQ好友管理程序:http://post.baidu.com/f?kz=5071518
◆銷售監(jiān)控程序:http://post.baidu.com/f?kz=6352894
◆簡(jiǎn)單的倉(cāng)儲(chǔ)管理系統(tǒng):http://post.baidu.com/f?kz=7316990
◆簡(jiǎn)單的電話儲(chǔ)存系統(tǒng):http://post.baidu.com/f?kz=7257980
◆模擬電子時(shí)鐘的程序:http://post.baidu.com/f?kz=7519467
◆計(jì)算任意一天是星期幾:http://post.baidu.com/f?kz=8329211
◆打印任意月份日歷:http://post.baidu.com/f?kz=8880741
◆分類記事本:http://post.baidu.com/f?kz=8154266
◆TC2編程圖片處理利器:http://post.baidu.com/f?kz=11163580
◆printf寫的游戲:http://post.baidu.com/f?kz=11162185
◆人機(jī)對(duì)戰(zhàn)撲克游戲:http://post.baidu.com/f?kz=11366672
◆俄羅斯方塊:http://post.baidu.com/f?kz=12145169
◆俄羅斯方塊:http://post.baidu.com/f?kz=16028030
◆文本加密例程:http://post.baidu.com/f?kz=11968123
◆給一行文字設(shè)置密碼加解密:http://post.baidu.com/f?kz=20205053
◆破解BIOS密碼:http://post.baidu.com/f?kz=12230804
◆貪吃蛇1代:http://post.baidu.com/f?kz=30512251
◆完整的貪吃蛇游戲:http://post.baidu.com/f?kz=31119717
◆貪吃蛇:http://post.baidu.com/f?kz=19624003
◆學(xué)生成績(jī)系統(tǒng)(C++版) http://post.baidu.com/f?kz=6640660
◆圖書館管理系統(tǒng)http://post.baidu.com/f?kz=22241061
◆圖書管理系統(tǒng)http://post.baidu.com/f?kz=17682927
◆萬年歷http://post.baidu.com/f?kz=17197492
◆判斷閏年http://post.baidu.com/f?kz=16137615
◆萬年歷http://post.baidu.com/f?kz=20493202
◆變化的同心圓http://post.baidu.com/f?kz=18056765
◆通訊錄 http://post.baidu.com/f?kz=22775724
◆C語(yǔ)言通訊錄(數(shù)組):http://post.baidu.com/f?kz=37202204
◆飛機(jī)票訂購(gòu)系統(tǒng)http://post.baidu.com/f?kz=21296518
◆又一個(gè)計(jì)算器:http://post.baidu.com/f?kz=24283347
◆一個(gè)級(jí)數(shù):http://post.baidu.com/f?kz=16708781
◆四則運(yùn)算計(jì)算器http://post.baidu.com/f?kz=22279483
◆二叉樹排序樹上實(shí)現(xiàn)學(xué)生信息管理http://post.baidu.com/f?kz=21436251
◆判斷回文字符串:http://post.baidu.com/f?kz=21815959
◆教小學(xué)生算術(shù):http://post.baidu.com/f?kz=22322599
◆六籽彈小游戲http://post.baidu.com/f?kz=17637684
◆黑白棋:http://post.baidu.com/f?kz=19624178
◆十個(gè)學(xué)生的成績(jī)統(tǒng)計(jì):http://post.baidu.com/f?kz=14787745
◆某一天是這一年的第幾天:http://post.baidu.com/f?kz=13772082
◆局域網(wǎng)聊天的程序:http://post.baidu.com/f?kz=14413292
◆C編寫簡(jiǎn)單的窗口界面:http://post.baidu.com/f?kz=3388604
◆哈希表實(shí)例:http://post.baidu.com/f?kz=13350908
◆隨機(jī)生成的迷宮游戲:http://post.baidu.com/f?kz=11120413
◆炸彈超人游戲c語(yǔ)言簡(jiǎn)版:http://post.baidu.com/f?kz=37461531
◆用棧實(shí)現(xiàn)的迷宮尋徑演示:http://post.baidu.com/f?kz=38578844
◆計(jì)算電腦開機(jī)時(shí)間:http://post.baidu.com/f?kz=38506368
◆C++編一個(gè)成績(jī)管理課件:http://post.baidu.com/f?kz=3889433
◆一圈人報(bào)數(shù)問題問題:http://post.baidu.com/f?kz=3833415
◆又一報(bào)數(shù)出圈http://post.baidu.com/f?kz=17789700
◆約瑟夫環(huán)循環(huán)鏈表 http://post.baidu.com/f?kz=13750140
◆用c編一個(gè)分?jǐn)?shù)計(jì)算器程序 :http://post.baidu.com/f?kz=3831746
◆命令行計(jì)算器:http://post.baidu.com/f?kz=8465088
◆乘法表:http://post.baidu.com/f?kz=11267637
◆學(xué)生管理系統(tǒng):http://post.baidu.com/f?kz=5806073
◆學(xué)生成績(jī)管理系統(tǒng):http://post.baidu.com/f?kz=37076140
◆學(xué)生成績(jī)管理系統(tǒng):http://post.baidu.com/f?kz=5972675
◆學(xué)生成績(jī)管理程序(鏈表):http://post.baidu.com/f?kz=6598859
◆統(tǒng)計(jì)學(xué)生成績(jī)(8pm版)http://post.baidu.com/f?kz=14787745
◆打印九九表:http://post.baidu.com/f?kz=6059385
◆水仙花數(shù)問題:http://post.baidu.com/f?kz=11510377
◆打印2004年日歷:http://post.baidu.com/f?kz=6469868
◆八皇后問題:http://post.baidu.com/f?kz=4456709
◆八皇后問題(do熊版):http://post.baidu.com/f?kz=8513222
◆漢諾塔問題:http://post.baidu.com/f?kz=7402377
◆統(tǒng)計(jì)不同字符個(gè)數(shù):http://post.baidu.com/f?kz=7394163
◆統(tǒng)計(jì)單詞數(shù)行數(shù):http://post.baidu.com/f?kz=8211273
◆查找替換字符串并統(tǒng)計(jì)次數(shù):http://post.baidu.com/f?kz=7335032
◆楊輝三角:http://post.baidu.com/f?kz=9299150
◆屏幕中間輸出楊輝三角http://post.baidu.com/f?kz=12054232
◆矩陣轉(zhuǎn)置:http://post.baidu.com/f?kz=9882271
◆輸出用*組成的三角形:http://post.baidu.com/f?kz=8465901
◆輸出一個(gè)菱形:http://post.baidu.com/f?kz=11879706
◆輸出菱形http://post.baidu.com/f?kz=16465168
◆手把手教你寫猜數(shù)游戲:http://post.baidu.com/f?kz=11205156
◆abort函數(shù)簡(jiǎn)介:http://post.baidu.com/f?kz=8610596
◆getchar與putchar:http://post.baidu.com/f?kz=7820387
◆scanf 討論:http://post.baidu.com/f?kz=5305522
◆C語(yǔ)言輸入輸出討論:http://post.baidu.com/f?kz=7586045
◆時(shí)間函數(shù)clock():http://post.baidu.com/f?kz=7867779
◆在規(guī)定時(shí)段自動(dòng)關(guān)機(jī):http://post.baidu.com/f?kz=7132544
◆getch防止程序運(yùn)行一閃而過:http://post.baidu.com/f?kz=7360819
◆MALLOC FREE問題:http://post.baidu.com/f?kz=4826280
◆一個(gè)連接兩個(gè)字符串的函數(shù):http://post.baidu.com/f?kz=7958354
◆同一行回顯輸入字符:http://post.baidu.com/f?kz=5272169
◆整點(diǎn)報(bào)時(shí)問題:http://post.baidu.com/f?kz=7307517
◆c語(yǔ)言中隨機(jī)數(shù)字應(yīng)用: http://post.baidu.com/f?kz=3065339
◆怎樣獲取文件大小:http://post.baidu.com/f?kz=4189689
◆程序得到自已的當(dāng)前名稱:http://post.baidu.com/f?kz=5993842
◆怎么使用清屏:http://post.baidu.com/f?kz=6087210
◆sound()函數(shù)為何沒有聲音:http://post.baidu.com/f?kz=30844221
◆自寫trim函數(shù):http://post.baidu.com/f?kz=14226973
◆bioskey(1)的問題:http://post.baidu.com/f?kz=14651579
http://post.baidu.com/f?kz=14536875
◆bioskey這個(gè)函數(shù)怎么用:http://post.baidu.com/f?kz=15272841
◆CHAR*轉(zhuǎn)為L(zhǎng)ONG:http://post.baidu.com/f?kz=15054773
◆LONG毫秒轉(zhuǎn)為CHAR*分秒的函數(shù):http://post.baidu.com/f?kz=15140414
◆狐貍找兔子:http://post.baidu.com/f?kz=8729392
◆猴子吃桃:http://post.baidu.com/f?kz=8448705
◆猜數(shù)游戲: http://post.baidu.com/f?kz=4215306
◆二分法解方程:http://post.baidu.com/f?kz=7663955
◆同余在數(shù)值計(jì)算中的應(yīng)用:http://post.baidu.com/f?kz=6924343
◆多項(xiàng)式相乘:http://post.baidu.com/f?kz=7441950
◆韓信點(diǎn)兵:http://post.baidu.com/f?kz=8203887
◆用C編寫的四葉玫瑰曲線:http://post.baidu.com/f?kz=7853365
四葉玫瑰曲線的旋轉(zhuǎn)動(dòng)畫:http://post.baidu.com/f?kz=18656216
◆求n個(gè)數(shù)的最大公約數(shù):http://post.baidu.com/f?kz=6848849
◆尋找完數(shù):http://post.baidu.com/f?kz=11892209
◆蛇形矩陣算法:http://post.baidu.com/f?kz=12433353
◆圓周率計(jì)算:http://post.baidu.com/f?kz=12394522
◆小球稱重:http://post.baidu.com/f?kz=12648561
◆整數(shù)分解:http://post.baidu.com/f?kz=12582169
◆整數(shù)的立方=兩整數(shù)的平方差:http://post.baidu.com/f?kz=15121585
◆階乘級(jí)數(shù):http://post.baidu.com/f?kz=14601711
◆三點(diǎn)坐標(biāo)求三角形面積:http://post.baidu.com/f?kz=14679236
◆多項(xiàng)式相乘http://post.baidu.com/f?kz=17157736
◆求pi的怪異程式:http://post.baidu.com/f?kz=14832207
◆歌德巴赫猜想:http://post.baidu.com/f?kz=20011131
◆求最大公約數(shù)和最小公倍數(shù)http://post.baidu.com/f?kz=15965236
◆3個(gè)正整數(shù)的最小公倍數(shù)http://post.baidu.com/f?kz=17747110
◆求階乘:http://post.baidu.com/f?kz=19314067
◆輸出三數(shù)最大值:http://post.baidu.com/f?kz=19023855
◆10000以內(nèi)的階乘(do熊版)http://post.baidu.com/f?kz=16446002
◆算法:整數(shù)劃分問題http://post.baidu.com/f?kz=12582169
◆輾轉(zhuǎn)法求2個(gè)數(shù)最大公約數(shù)http://post.baidu.com/f?kz=16965299
◆算24:http://post.baidu.com/f?kz=17336190
◆100元買100只雞:http://post.baidu.com/f?kz=14920285
◆COS X曲線http://post.baidu.com/f?kz=16633244
◆矩陣的加減乘運(yùn)算演示:http://post.baidu.com/f?kz=37953154
◆狐貍找兔子:http://post.baidu.com/f?kz=8729392
◆猴子吃桃:http://post.baidu.com/f?kz=8448705
◆猜數(shù)游戲: http://post.baidu.com/f?kz=4215306
◆二分法解方程:http://post.baidu.com/f?kz=7663955
◆同余在數(shù)值計(jì)算中的應(yīng)用:http://post.baidu.com/f?kz=6924343
◆多項(xiàng)式相乘:http://post.baidu.com/f?kz=7441950
◆韓信點(diǎn)兵:http://post.baidu.com/f?kz=8203887
◆用C編寫的四葉玫瑰曲線:http://post.baidu.com/f?kz=7853365
四葉玫瑰曲線的旋轉(zhuǎn)動(dòng)畫:http://post.baidu.com/f?kz=18656216
◆求n個(gè)數(shù)的最大公約數(shù):http://post.baidu.com/f?kz=6848849
◆尋找完數(shù):http://post.baidu.com/f?kz=11892209
◆蛇形矩陣算法:http://post.baidu.com/f?kz=12433353
◆圓周率計(jì)算:http://post.baidu.com/f?kz=12394522
◆小球稱重:http://post.baidu.com/f?kz=12648561
◆整數(shù)分解:http://post.baidu.com/f?kz=12582169
◆整數(shù)的立方=兩整數(shù)的平方差:http://post.baidu.com/f?kz=15121585
◆階乘級(jí)數(shù):http://post.baidu.com/f?kz=14601711
◆三點(diǎn)坐標(biāo)求三角形面積:http://post.baidu.com/f?kz=14679236
◆多項(xiàng)式相乘http://post.baidu.com/f?kz=17157736
◆求pi的怪異程式:http://post.baidu.com/f?kz=14832207
◆歌德巴赫猜想:http://post.baidu.com/f?kz=20011131
◆求最大公約數(shù)和最小公倍數(shù)http://post.baidu.com/f?kz=15965236
◆3個(gè)正整數(shù)的最小公倍數(shù)http://post.baidu.com/f?kz=17747110
◆求階乘:http://post.baidu.com/f?kz=19314067
◆輸出三數(shù)最大值:http://post.baidu.com/f?kz=19023855
◆10000以內(nèi)的階乘(do熊版)http://post.baidu.com/f?kz=16446002
◆算法:整數(shù)劃分問題http://post.baidu.com/f?kz=12582169
◆輾轉(zhuǎn)法求2個(gè)數(shù)最大公約數(shù)http://post.baidu.com/f?kz=16965299
◆算24:http://post.baidu.com/f?kz=17336190
◆100元買100只雞:http://post.baidu.com/f?kz=14920285
◆COS X曲線http://post.baidu.com/f?kz=16633244
◆矩陣的加減乘運(yùn)算演示:http://post.baidu.com/f?kz=37953154
◆@ 的讀音:http://post.baidu.com/f?kz=12952426
◆“&”怎么讀http://post.baidu.com/f?kz=17725981
◆gcc跨平臺(tái)問題:http://post.baidu.com/f?kz=5371847
◆LL型運(yùn)算(64位): http://post.baidu.com/f?kz=5248192
◆正方形動(dòng)畫下落(不用清屏):http://post.baidu.com/f?kz=5467099
◆大數(shù)運(yùn)算的免費(fèi)庫(kù)libgmp:http://www.swox.com/gmp/
◆大數(shù)運(yùn)算10000以內(nèi)階乘:http://post.baidu.com/f?kz=2780897
◆素?cái)?shù)搜索算法程序:http://post.baidu.com/f?kz=6221885
◆bmp文件讀寫: http://post.baidu.com/f?kz=5236264
◆用C顯示PCX文件:http://post.baidu.com/f?kz=6059067
◆匯編語(yǔ)言嵌入C 程序段:http://post.baidu.com/f?kz=4038342
◆宏替換問題: http://post.baidu.com/f?kz=5327438
◆宏定義帶括號(hào)的問題:http://post.baidu.com/f?kz=10001502
◆大下標(biāo)數(shù)組操作:http://post.baidu.com/f?kz=4201196
◆關(guān)于數(shù)組越界:http://post.baidu.com/f?kz=13204257
◆整數(shù)數(shù)組初始化賦值:http://post.baidu.com/f?kz=8513573
◆字符數(shù)組與字符串:http://post.baidu.com/f?kz=7608560
◆字符串?dāng)?shù)組下標(biāo)問題:http://post.baidu.com/f?kz=11253296
◆數(shù)組的編譯和執(zhí)行的效率:http://post.baidu.com/f?kz=6243463
◆C寫的隱式輸入密碼:http://post.baidu.com/f?kz=5438409
◆又一個(gè)隱式密碼輸入:http://post.baidu.com/f?kz=11321460
◆C 的文本文件行操作:http://post.baidu.com/f?kz=4303211
◆鏈表的數(shù)據(jù)插入:http://post.baidu.com/f?kz=5851022
◆鏈表的合并:http://post.baidu.com/f?kz=5790984
◆雙向鏈表的插入和刪除:http://post.baidu.com/f?kz=6352819
◆譚C例題鏈表插入刪除操作:http://post.baidu.com/f?kz=2286853
◆進(jìn)制轉(zhuǎn)換的幾個(gè)函數(shù):http://post.baidu.com/f?kz=5799330
◆十進(jìn)制轉(zhuǎn)二進(jìn)制的一種方法:http://post.baidu.com/f?kz=4201639
◆鼠標(biāo)事件處理:http://post.baidu.com/f?kz=5469795
◆兩個(gè)鼠標(biāo)函數(shù)庫(kù):http://post.baidu.com/f?kz=6952040
◆鼠標(biāo)器的程序信息:http://post.baidu.com/f?kz=2728110
◆關(guān)于鼠標(biāo)程序:http://post.baidu.com/f?kz=12299687
◆中斷號(hào)調(diào)用:http://post.baidu.com/f?kz=5469596
◆幾個(gè)中斷的資料:http://post.baidu.com/f?kz=7462907
◆C語(yǔ)言接口與實(shí)現(xiàn):http://post.baidu.com/f?kz=5979383
◆C語(yǔ)言的串口通信:http://post.baidu.com/f?kz=8467750
◆怎樣理解遞歸對(duì)棧的應(yīng)用:http://post.baidu.com/f?kz=9882580
◆遞歸求組合定值:http://post.baidu.com/f?kz=5824841
◆遞歸求元素和:http://post.baidu.com/f?kz=6380549
◆全排列:http://post.baidu.com/f?kz=7336872
◆擂臺(tái)賽--求1000000素?cái)?shù):http://post.baidu.com/f?kz=6221885
◆擂臺(tái)賽--大數(shù)運(yùn)算:http://post.baidu.com/f?kz=6279195
◆字符串編輯時(shí)光標(biāo)的控制:http://post.baidu.com/f?kz=6230397
◆在指定位置輸出字符:http://post.baidu.com/f?kz=12059970
◆光盤啟動(dòng)菜單的問題:http://post.baidu.com/f?kz=6093143
◆NOIP復(fù)賽文件名大小寫問題:http://post.baidu.com/f?kz=6270393
◆程序的帶參運(yùn)行 http://post.baidu.com/f?kz=3545215
◆關(guān)于main 的參數(shù):http://post.baidu.com/f?kz=7535662
◆main 函數(shù)返回值問題:http://post.baidu.com/f?kz=11161360
◆一個(gè)主函數(shù)參數(shù)問題:http://post.baidu.com/f?kz=9495695
◆函數(shù)參數(shù)中引用別名問題:http://post.baidu.com/f?kz=9299395
◆函數(shù)調(diào)用返回多個(gè)值:http://post.baidu.com/f?kz=5536004
◆函數(shù)中參數(shù)調(diào)用的問題:http://post.baidu.com/f?kz=6035295
◆函數(shù)參數(shù)按址傳送的問題:http://post.baidu.com/f?kz=5558840
◆assiss談宏定義及條件編譯:http://post.baidu.com/f?kz=6193259
◆輸出格式*號(hào)控制符:http://post.baidu.com/f?kz=7149608
◆輸出格式的空格問題:http://post.baidu.com/f?kz=5147346
◆輸出格式中#代表什么:http://post.baidu.com/f?kz=11993035
◆程序代碼的上傳與下載:http://post.baidu.com/f?kz=6566895
◆++i和i++的問題:http://post.baidu.com/f?kz=6712609
◆ASCII字符輸出問題:http://post.baidu.com/f?kz=6771317
◆Fdisk的源程序:http://post.baidu.com/f?kz=6790551
◆正則替換:http://post.baidu.com/f?kz=6775253
◆自我保護(hù)----“程序自殺”:http://post.baidu.com/f?kz=6682850
◆編輯框問題:http://post.baidu.com/f?kz=6953560
◆西文環(huán)境下顯示漢字:http://post.baidu.com/f?kz=2144548
◆讀取漢字庫(kù)中的漢字:http://post.baidu.com/f?kz=7359496
◆三種排序:http://post.baidu.com/f?kz=6769579
◆far 遠(yuǎn)程指針簡(jiǎn)述:http://post.baidu.com/f?kz=7742757
◆指針懸空的危險(xiǎn)錯(cuò)誤:http://post.baidu.com/f?kz=7130531
◆指針作參數(shù)的問題:http://post.baidu.com/f?kz=6922977
◆判斷字符串是否回文: http://post.baidu.com/f?kz=7624806
◆編程中遇到的小困擾:http://post.baidu.com/f?kz=8002835
◆UNIX下面怎么編譯C程序:http://post.baidu.com/f?kz=8046512
◆C如何調(diào)用其他程序:http://post.baidu.com/f?kz=8355281
◆C游戲中控制鍵盤:http://post.baidu.com/f?kz=4902906
◆C語(yǔ)言控制應(yīng)用:http://post.baidu.com/f?kz=8399030
◆C項(xiàng)目工程(unix下)注意事項(xiàng):http://post.baidu.com/f?kz=9087043
◆make file(unix下)易錯(cuò)地方:http://post.baidu.com/f?kz=9362741
◆補(bǔ)碼問題:http://post.baidu.com/f?kz=11189164
◆DOS仿多線程問題:http://post.baidu.com/f?kz=11553963
◆棧的push和pop操作:http://post.baidu.com/f?kz=10820691
◆頭文件如何理解:http://post.baidu.com/f?kz=7566720
◆編程解IQ測(cè)試:http://post.baidu.com/f?kz=11359491
◆邏輯破案的編程處理:http://post.baidu.com/f?kz=11283225
◆VC++中浮點(diǎn)數(shù)與字符串轉(zhuǎn)化:http://post.baidu.com/f?kz=12061615
◆為何VC++6.0無法運(yùn)行某些C程序:http://post.baidu.com/f?kz=11123696
◆逆序輸出:http://post.baidu.com/f?kz=11484218
◆scanf:floating points format not linked:http://post.baidu.com/f?kz=12999839
◆c輸出到打印機(jī):http://post.baidu.com/f?kz=12482547
◆源代碼-自我產(chǎn)生的程序:http://post.baidu.com/f?kz=14261864
◆PC 底層系統(tǒng)編程:http://post.baidu.com/f?kz=14071636
◆C中怎么制作函數(shù)庫(kù):http://post.baidu.com/f?kz=14190938
◆有關(guān) FreeBSD 的網(wǎng)站:http://post.baidu.com/f?kz=14828500
◆一個(gè)畫圖程序:http://post.baidu.com/f?kz=15165712
◆算法--貪心法:http://post.baidu.com/f?kz=15321632
◆合并排序:http://post.baidu.com/f?kz=15330626
◆射擊游戲:http://post.baidu.com/f?kz=15417872
◆怎樣編一個(gè)螺旋數(shù)組:http://post.baidu.com/f?kz=15384659
C中怎么制作函數(shù)庫(kù):http://post.baidu.com/f?kz=14190938
10發(fā)90環(huán)有多少種可能:http://post.baidu.com/f?kz=15878635
Dev-C++4.9.9.2下載&使用教程:http://post.baidu.com/f?kz=40893628
FinC國(guó)人開發(fā)的嵌入式編程語(yǔ)言:http://post.baidu.com/f?kz=41127825
C語(yǔ)言的通訊錄:http://post.baidu.com/f?kz=41627304
炸彈超人c語(yǔ)言簡(jiǎn)版:http://post.baidu.com/f?kz=37461531
求因子:http://post.baidu.com/f?kz=41674487
C語(yǔ)言中常見錯(cuò)誤:http://post.baidu.com/f?kz=40525835
WPS Office 2005個(gè)人版免費(fèi)下載:http://post.baidu.com/f?kz=41108925
TC2使用圖解:http://post.baidu.com/f?kz=40504833