Results 1 to 5 of 5

Thread: From C to advanced C

  1. #1
    Senior Member therenegade's Avatar
    Join Date
    Apr 2003
    Posts
    400

    From C to advanced C

    Right,I've been at regular C programming a fair bit,by regular C programming I mean the usual,I'm fairly comfortable with arrays,pointers and the like.I'd like to move on to socket programming and using C for coding other network tools(port scanners etc..nothing malicious ofcourse).I was wondering where and how to start,I searched on google,but I couldnt really seem to find a starting place..any suggestions?

  2. #2
    Senior Member
    Join Date
    Mar 2003
    Posts
    245
    Hi therenegade,

    For the OS, I'd recommend installing a copy of FreeBSD (say 4.10 or 5.1), and reading the following books.

    The Art of UNIX Programming

    The Practice of Programming

    Unix Network Programming, Vol. 1: The Sockets Networking API, Third Edition

    UNIX Network Programming, Volume 2: Interprocess Communications (2nd Edition)

    Also, if you install the freebsd html documentation, there are some good guides/faq's/suggestions.

    Hope that helped.

    -- spurious
    Get OpenSolaris http://www.opensolaris.org/

  3. #3

  4. #4
    Senior Member therenegade's Avatar
    Join Date
    Apr 2003
    Posts
    400
    Ever tell ya I love ya mjk?lol,thnx a bunch

  5. #5
    Senior Member
    Join Date
    Feb 2004
    Posts
    620
    No problem. I'm always happy to lend a hand

    mjk

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •