C Programming: Networking

preview_player
Показать описание
In this session we'll learn the basics of client-server network programming in C. We'll write some simple programs to communicate with Internet servers using the libsocket library.
Рекомендации по теме
Комментарии
Автор

Sir great lecture thank you so much for this

forbiddenc
Автор

Question teacher: What's the difference between the libsocket library you use for this lecture, and the socket API that comes integrated with Linux? The one you use by including it like #include <sys/socket.h>? And would the code change too much if I decided to use socket.h instead of libsocket?

valentrix
visit shbcf.ru