Thank you for such amazing tutorial! I'm a total beginner but to my surprise after watching this I was able to write a code that does the job and even do exercises by myself and modify it to fit my needs better. Gotta go rewatch both parts to fully understand what the hell have I done! 🤣
Why didn't we specify the IP ADDRESS and PORT NUMBER of the sender in the UDP Receive Example (at 41:09)? i.e. why didn't we specify the sender's IP ADDRESS and PORT NUMBER in the clientAddress variable? Does anyone know?
Thanks a lot for your video! I like the style of you teaching! I wanna know could I get the source code just for learning? such as from git or somewhere else.
Hi Nicholas - Thank you for both the videos on this interesting topic. Kindly teach us design of multi client server application - a chat service application. Question - Many a times I got error - "unable to start program access denied " , is it something wrong with the code (I am using your code snippet) and after commenting all ws lib code , program start running perfectly.
I wonder if the TCP send and recv funktions have automated error correction and parity checking built in or if this only sents the raw byte code you put in.?
Hello Chandan, I'm afraid I'm not able to distribute the full copies of source code for this particular example, as it pertains to an assessment associated with this particular course. I recorded these videos during the UK lockdown to help our students. However, if you check out the end of this video, I walk you through how to start building a networking application. Alterntively, there are plenty of other sites out there that probably have complete examples of networking applications.
Can't thank you enough for taking the time to put these videos together, this has been extremely helpful. Thank you!
Thank you for such amazing tutorial! I'm a total beginner but to my surprise after watching this I was able to write a code that does the job and even do exercises by myself and modify it to fit my needs better. Gotta go rewatch both parts to fully understand what the hell have I done! 🤣
Bro You Are Literally Legend Love YOUR VIDEOs
Thank you for this valuable lecture. Actually my coding practice in C++ is very sluggish and this made me easy to catch on. Thank you very much.
Glad it helped you catch up!
excuse me but i was wondering if yout perhabs could upload the link of the world document a about the first video plssss
Amazing guide. Thanks :)
amazing love it, are there more networking videos?
Why didn't we specify the IP ADDRESS and PORT NUMBER of the sender in the UDP Receive Example (at 41:09)? i.e. why didn't we specify the sender's IP ADDRESS and PORT NUMBER in the clientAddress variable? Does anyone know?
Thanks a lot for your video! I like the style of you teaching! I wanna know could I get the source code just for learning? such as from git or somewhere else.
Hi Nicholas - Thank you for both the videos on this interesting topic.
Kindly teach us design of multi client server application - a chat service application.
Question - Many a times I got error - "unable to start program access denied " , is it something wrong with the code (I am using your code snippet) and after commenting all ws lib code , program start running perfectly.
THANK YOU!!!!!!!!!!!!!!!!
why not use asio? or boost::asio?
sir can we have your slides for the sake of revision. the video full of information than need to be revisited.
In the "Transmitting Objects" chapter, we don't really need that explicit casting of the object to (char *), do we?
Hello, I would like to ask if other computer can connect to that server and send binary text?
I wonder if the TCP send and recv funktions have automated error correction and parity checking built in or if this only sents the raw byte code you put in.?
TCP performs error correction using its header
Source Code please ........
Hello Chandan, I'm afraid I'm not able to distribute the full copies of source code for this particular example, as it pertains to an assessment associated with this particular course. I recorded these videos during the UK lockdown to help our students. However, if you check out the end of this video, I walk you through how to start building a networking application. Alterntively, there are plenty of other sites out there that probably have complete examples of networking applications.