Linux Today: Linux News On Internet Time.
Search Linux Today
Linux News Sections:  Developer -  High Performance -  Infrastructure -  IT Management -  Security -  Storage -
Linux Today Navigation
LT Home
Contribute
Contribute
Link to Us
Linux Jobs

Partner Sites
JustLinux.com
Linux Planet
PHPBuilder
Technology Jobs

Top White Papers

More on LinuxToday


Thank You, GDB!

Jul 18, 2007, 03:00 (2 Talkback[s])

"I program in C very reluctantly. I don't hate the language, but it occupies a curious niche between assembly language (where you can do absolutely anything, if you're willing to write it yourself, and eval is trivial) and a true high level language (where you can do absolutely anything, you don't have to write it yourself, and eval is available for everything else). Yet it's ubiquitous, it has a lot of libraries, and it's probably the best way to write reasonably efficient code that has to run on plenty of platforms.

"Because I'm writing a lot more C code lately (and of that, finding and fixing a lot of bugs), I've spent a lot of time using the GNU debugger GDB..."

Complete Story

Related Stories: