C++ Network Programming Part 2: TCP & UDP

แชร์
ฝัง
  • เผยแพร่เมื่อ 26 ม.ค. 2025

ความคิดเห็น • 23

  • @austinbachurski7906
    @austinbachurski7906 10 หลายเดือนก่อน +2

    Can't thank you enough for taking the time to put these videos together, this has been extremely helpful. Thank you!

  • @ВикаСкоробогатова-п2ь
    @ВикаСкоробогатова-п2ь ปีที่แล้ว +3

    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! 🤣

  • @Unity_and_Peace
    @Unity_and_Peace 2 ปีที่แล้ว +3

    Bro You Are Literally Legend Love YOUR VIDEOs

  • @nyeinkyawzin5468
    @nyeinkyawzin5468 2 ปีที่แล้ว +3

    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.

    • @NicholasDayPhD
      @NicholasDayPhD  2 ปีที่แล้ว +1

      Glad it helped you catch up!

    • @emersondejesusgrandatilano3427
      @emersondejesusgrandatilano3427 ปีที่แล้ว

      excuse me but i was wondering if yout perhabs could upload the link of the world document a about the first video plssss

  • @BlueCultist666
    @BlueCultist666 ปีที่แล้ว

    Amazing guide. Thanks :)

  • @mersenne2486
    @mersenne2486 ปีที่แล้ว

    amazing love it, are there more networking videos?

  • @uanbu6539
    @uanbu6539 ปีที่แล้ว

    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?

  • @alanDai-bs4mr
    @alanDai-bs4mr 3 หลายเดือนก่อน

    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.

  • @badassopenpolling
    @badassopenpolling ปีที่แล้ว +2

    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.

  • @Timo-Epis
    @Timo-Epis 11 หลายเดือนก่อน

    THANK YOU!!!!!!!!!!!!!!!!

  • @abelthomas8232
    @abelthomas8232 15 วันที่ผ่านมา

    why not use asio? or boost::asio?

  • @shivamkumarmanjhi7948
    @shivamkumarmanjhi7948 9 หลายเดือนก่อน

    sir can we have your slides for the sake of revision. the video full of information than need to be revisited.

  • @mafi_tube
    @mafi_tube ปีที่แล้ว

    In the "Transmitting Objects" chapter, we don't really need that explicit casting of the object to (char *), do we?

  • @osmanemredonder3604
    @osmanemredonder3604 2 ปีที่แล้ว

    Hello, I would like to ask if other computer can connect to that server and send binary text?

  • @tillstachelhaus1102
    @tillstachelhaus1102 2 ปีที่แล้ว

    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.?

    • @MathewPanicker1010
      @MathewPanicker1010 11 หลายเดือนก่อน

      TCP performs error correction using its header

  • @chandansah9676
    @chandansah9676 2 ปีที่แล้ว +1

    Source Code please ........

    • @NicholasDayPhD
      @NicholasDayPhD  2 ปีที่แล้ว +5

      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.