Jump to content

[SIZE="2"]net headers[/SIZE]

- - - - -

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

#1
mIXpRo

mIXpRo

    Newbie

  • Members
  • PipPip
  • 11 posts
i've learned recently c/c++ you can say i'm above amateur ,
i know what is inheritance , casting , manipulating strings ,file manipulating , Abstract programing ...
now my question is :
when googling i saw many interesting headers like ones for network programing where can i find such headers , and can someone suggest me a tutorial for them , i'll be thankfull .

#2
dcs

dcs

    Programming God

  • Members
  • PipPipPipPipPipPipPip
  • 775 posts

mIXpRo said:

now my question is :
when googling i saw many interesting headers like ones for network programing where can i find such headers , and can someone suggest me a tutorial for them , i'll be thankfull .
Tutorial for a header? That statement makes no sense.

A guess as to what you might be attempting to inquire about:
Beej's Guide to Network Programming

#3
iluxon4ik

iluxon4ik

    Newbie

  • Members
  • PipPip
  • 18 posts
Tutorial for a header?

#4
mIXpRo

mIXpRo

    Newbie

  • Members
  • PipPip
  • 11 posts
not for the header itself , i mean tutorial for the functions in it , like i math.h there is i.e pow() function ......
the tutorial should list the functions in the given header and explain how they work

#5
dcs

dcs

    Programming God

  • Members
  • PipPipPipPipPipPipPip
  • 775 posts
Generally speaking, for "how functions work", go to Google and type
man pow
man strcpy
Or grab look at the C standard:
C Draft Standards