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

List<T>().Add problem C# -

Javascript natural sort array/object and maintain index association -