Website for C debugging puzzles -


could recommend website c debugging puzzles?

thanks

take subversion, git or other repo on net, contains project written in c

compile, run, break debug .... give community. never run out of challenges

here some:

  1. http://git.gnome.org/browse/
  2. http://git.kernel.org/?p=linux/kernel/git/next/linux-next.git;a=summary
  3. http://git.savannah.gnu.org/cgit/qemu.git
  4. http://directory.fsf.org/gnu/

and millions more!


Comments

Popular posts from this blog

ruby - When to use an ORM (Sequel, Datamapper, AR, etc.) vs. pure SQL for querying -

php - PHPDoc: @return void necessary? -

c++ - Convert big endian to little endian when reading from a binary file -