Jump to content

Networking with C

- - - - -

This topic has been archived. This means that you cannot reply to this topic.
2 replies to this topic

#1
Japie

Japie

    Newbie

  • Members
  • Pip
  • 9 posts
How can I write a program that sends 1 package and another program that receives that package and print it on the screen. I have no idea how to start. :confused:

#2
v0id

v0id

    Retired

  • Members
  • PipPipPipPipPipPipPipPipPip
  • 2,936 posts
You either have to use a cross-platform library, or you've to find out how your OS is dealing with networking. It differs from OS to OS.

#3
WingedPanther

WingedPanther

    A spammer's worst nightmare

  • Moderators
  • 16,831 posts
I would start by looking into the BOOST library. Realize, however, that this is a massive library that can take a while to compile, much less use.
Programming is a branch of mathematics.
My CodeCall Blog | My Personal Blog