Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

How do I… Use sockets? Do networking? Write client/server applications?

0
Posted

How do I… Use sockets? Do networking? Write client/server applications?

0

All of these questions are outside of the scope of this list and have much more to do with the networking facilities which you have available than they do with C. Good books on the subject are Douglas Comer’s three-volume Internetworking with TCP/IP and W. R. Stevens’s UNIX Network Programming. There is also plenty of information out on the net itself, including the “Unix Socket FAQ”, and “Beej’s Guide to Network Programming”. (One tip: depending on your OS, you may need to explicitly request the -lsocket and -lnsl libraries; see question 13.25.) comp.lang.c FAQ list · Question 19.40a Q: Can I combine .OBJ and .LIB files from Microsoft C and Turbo C? A: Not easily; see the comp.os.msdos.programmer FAQ list. comp.lang.c FAQ list · Question 19.40b Q: How do I… Use BIOS calls? Write ISR’s? Create TSR’s? A: These are very particular to specific systems (PC compatibles running MS-DOS, most likely). You’ll get much better information in a specific newsgroup such as comp.os.

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123