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 .
[SIZE="2"]net headers[/SIZE]
Started by mIXpRo, Jan 31 2010 09:08 AM
4 replies to this topic
#1
Posted 31 January 2010 - 09:08 AM
|
|
|
#2
Posted 31 January 2010 - 09:56 AM
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 .
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 .
A guess as to what you might be attempting to inquire about:
Beej's Guide to Network Programming
#3
Posted 31 January 2010 - 11:14 AM
Tutorial for a header?
#4
Posted 31 January 2010 - 01:32 PM
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
the tutorial should list the functions in the given header and explain how they work
#5
Posted 31 January 2010 - 03:05 PM
Generally speaking, for "how functions work", go to Google and type
C Draft Standards
man pow
man strcpyOr grab look at the C standard:
C Draft Standards


Sign In
Create Account


Back to top









