Project: Coding a GetNextLine in C

Sdílet
Vložit
  • čas přidán 29. 08. 2024
  • In this video you will learn how to solve the GetNextLine challenge in C. The task is: coding a function which reads one line from the standard input and returning it.
    If the buffer contains two lines, separated by a new line, then two consecutive calls to the function will return one line each - without any trailing
    s.

Komentáře • 15

  • @AmanKumar-jk1qu
    @AmanKumar-jk1qu Před 4 měsíci +1

    Thank you so much sir for uploading such videos lots of love and support.

  • @justcurious1940
    @justcurious1940 Před 4 měsíci +1

    Thanks for uploading, make something simple and useful with sockets.

    • @dr-Jonas-Birch
      @dr-Jonas-Birch  Před 4 měsíci +2

      Sure, any protocol in particular? Are you interested in server software or client stuff? JB

    • @justcurious1940
      @justcurious1940 Před 4 měsíci +2

      @@dr-Jonas-Birch Thank u for replying, How about encrypting a file, then sending it to a server, and decrypting it on the server

    • @dr-Jonas-Birch
      @dr-Jonas-Birch  Před 4 měsíci

      Well I think that is a splendid idea, isn't it? I will add it to my list, post haste. JB

    • @__shivam
      @__shivam Před 4 měsíci

      yes please!

    • @adityawaghaskar4250
      @adityawaghaskar4250 Před 4 měsíci +1

      ​@@dr-Jonas-Birch is it also possible to build program/tool that can identify any anomalies in networks, like ddos or something?
      Basically related to network security.