LeviS LoVEr Posted July 1, 2009 Share Posted July 1, 2009 Hey hi all, i want to learn TCP socket programming in C using linux but dont know which book to use. I dont know anything about linux input/output functions.. Can you please recommend me a book or two? would be very thankful.. Link to comment Share on other sites More sharing options...
0 Andre S. Veteran Posted July 1, 2009 Veteran Share Posted July 1, 2009 I asked a similar question recently, you might want to check it out : https://www.neowin.net/forum/index.php?show...=776706&hl= As for books, this looks nice : http://www.amazon.com/TCP-IP-Sockets-Pract...0307&sr=8-1 Link to comment Share on other sites More sharing options...
0 LeviS LoVEr Posted July 1, 2009 Author Share Posted July 1, 2009 (edited) thnx.. also i want to learn pointers in C in detail.. at present i only have basic idea bout them.. can you please suggest me a book for that too ? Edited July 1, 2009 by LeviS LoVEr Link to comment Share on other sites More sharing options...
0 ViZioN Posted July 1, 2009 Share Posted July 1, 2009 I asked a similar question recently, you might want to check it out : https://www.neowin.net/forum/index.php?show...=776706&hl=As for books, this looks nice : http://www.amazon.com/TCP-IP-Sockets-Pract...0307&sr=8-1 Haha was just about to link to beej again :p Also, did you manage to sort your difficulties from the other thread, I must've missed your reply to it. edit: Great tutorial on pointers here: http://www.cplusplus.com/doc/tutorial/pointers/ It's C++ but the only C++ they use is cout instead of printf's. The rest is identical in C. Link to comment Share on other sites More sharing options...
0 Andre S. Veteran Posted July 1, 2009 Veteran Share Posted July 1, 2009 Also, did you manage to sort your difficulties from the other thread, I must've missed your reply to it.Yeah all that socket complexity is now buried behind a nice interface with clean beautiful names such as Connect() and Send(std::string). But I've been working on a lot of other things too so I haven't made that much progress, but thanks anyway. Link to comment Share on other sites More sharing options...
0 Tech God Posted July 4, 2009 Share Posted July 4, 2009 http://www.amazon.com/Unix-Network-Program...6019&sr=8-1 Applicable to UNIX & Linux. Link to comment Share on other sites More sharing options...
Question
LeviS LoVEr
Hey hi all,
i want to learn TCP socket programming in C using linux but dont know which book to use.
I dont know anything about linux input/output functions..
Can you please recommend me a book or two?
would be very thankful..
Link to comment
Share on other sites
5 answers to this question
Recommended Posts