全部博文(31)
分类: C/C++
2008-06-19 16:50:20
Chapter_1 Getting started
I.Summerise
1.1 Editing with Emacs
1.2 Compiling with GCC
1.3 Automating the Process with GNU Make
1.4 Debugging with GNU Debugger (GDB)
1.5 Finding More Information
II.What i learned from this chapter
1.GCC
2.GDB
3.Make