Where is a good place for a code review?

Posted by Carlos Nunez on Stack Overflow See other posts from Stack Overflow or by Carlos Nunez
Published on 2010-05-21T21:46:43Z Indexed on 2010/05/21 21:50 UTC
Read the original article Hit count: 462

Filed under:
|
|

Hi, all!

A few colleagues and I created a simple packet capturing application based on libpcap, GTK+ and sqlite as a project for a Networks Engineering course at our university. While it (mostly) works, I am trying to improve my programming skills and would appreciate it if members of the community could look at what we've put together.

Is this a good place to ask for such a review? If not, what are good sites I can throw this question up on? The source code is hosted by Google Code (http://code.google.com/p/nbfm-sniffer) and an executable is available for download (Windows only, though it does compile on Linux and should compile on OS X Leopard as well provided one has gtk+ SDK installed).

Thanks, everyone!

-Carlos Nunez

© Stack Overflow or respective owner

Related posts about c++

Related posts about pcap