Thread: IP to IP com.?

  1. #1
    60% Braindead
    Join Date
    Dec 2005
    Posts
    379

    IP to IP com.?

    (WinXP)
    Ok, I'm thinking of making a little C++ IP com. - Like a messenger or something small. But, I have no idea how to send packets :/. I would have used google, but I'm not quite sure what it is I'm looking for. I'm searching with "C++ Sending Packets", but its mostly linux stuff. Does anyone have a good tutorial on this? (Or even a bad one :P)
    Code:
    Error W8057 C:\\Life.cpp: Invalid number of arguments in function run(Brain *)

  2. #2
    Devil's Advocate SlyMaelstrom's Avatar
    Join Date
    May 2004
    Location
    Out of scope
    Posts
    4,079
    Look into WinSock programming.
    Sent from my iPadŽ

  3. #3
    and the hat of int overfl Salem's Avatar
    Join Date
    Aug 2001
    Location
    The edge of the known universe
    Posts
    39,659
    There's a whole forum for this kind of programming - which this thread is now in.
    I suggest you start with the sticky threads at the top of this forum.

  4. #4
    60% Braindead
    Join Date
    Dec 2005
    Posts
    379
    Oh - Sorry, didint know where to throw this. The board stickies are mostly code snippets and tips. Most of them talk about things that are above my head. I'm just looking for an introductory tutorial. I;ve looked at a few, but they're mostly linux, the ones that arent are pritty much what the board stickies have - code snippets, and alot of library uggestions. But no actual tutorial :/. I am looking at one that looks ok though.
    Code:
    Error W8057 C:\\Life.cpp: Invalid number of arguments in function run(Brain *)

  5. #5
    Registered User
    Join Date
    Apr 2003
    Posts
    2,663
    Most of them talk about things that are above my head.
    You'll find that to be true for most things in C++ until you've spent a lot of time digesting a beginning C++ book.

  6. #6
    60% Braindead
    Join Date
    Dec 2005
    Posts
    379
    I have, but it doesnt cover "web terms". I havent seen any books on "Beginners Networking" or something like that. I'm sure they're ones, but I havent come across them yet. Lol, I'm still finding mostly snippets, but so far I have found three tutorials that start at ~mid range. I should probably look at some open source network stuff to see how its all "socked" :P.

    On another note, does anyone have an intro to winsock programming tutorial? Even if its not to much information, I just need to find out what all theyse terms are -,-.

    Thank you!
    Code:
    Error W8057 C:\\Life.cpp: Invalid number of arguments in function run(Brain *)

  7. #7
    Registered User
    Join Date
    Sep 2004
    Location
    California
    Posts
    3,268
    On another note, does anyone have an intro to winsock programming tutorial?
    Type winsock programming tutorial in the search engine of your choice.

  8. #8
    60% Braindead
    Join Date
    Dec 2005
    Posts
    379
    Right -,-. Thank you >.>.
    Code:
    Error W8057 C:\\Life.cpp: Invalid number of arguments in function run(Brain *)

  9. #9
    * Death to Visual Basic * Devil Panther's Avatar
    Join Date
    Aug 2001
    Posts
    768
    "I don't suffer from insanity but enjoy every minute of it" - Edgar Allen Poe

    http://www.Bloodware.net - Developing free software for the community.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Converting 32 bit binary IP to decimal IP (vice-versa)
    By Mankthetank19 in forum C Programming
    Replies: 15
    Last Post: 12-28-2009, 07:17 PM
  2. Replies: 6
    Last Post: 06-08-2006, 04:11 PM
  3. Replies: 4
    Last Post: 03-29-2006, 04:36 PM
  4. Ip adresses
    By Da-Nuka in forum Networking/Device Communication
    Replies: 8
    Last Post: 02-27-2005, 02:25 PM