Segmentation Faults And Common Causes | C Programming Tutorial

Поділитися
Вставка
  • Опубліковано 19 жов 2024

КОМЕНТАРІ • 31

  • @abhishankpaul
    @abhishankpaul 2 місяці тому +7

    Your C tutorials + book by Ken Thomson has helped me a lot

    • @PortfolioCourses
      @PortfolioCourses  2 місяці тому

      That’s great, I’m glad the tutorials are helping you! :-)

  • @fifaham
    @fifaham 2 місяці тому

    Very good video, I have watched this video several times to recall all possible causes of Segmentation Faults. Thank you Kevin.

  • @pixelgamesSARLS
    @pixelgamesSARLS 2 місяці тому +1

    Love your C programming videos! Thank you!

    • @PortfolioCourses
      @PortfolioCourses  2 місяці тому

      You're welcome, I'm glad you like the videos! :-)

  • @TheOldmankk
    @TheOldmankk 14 днів тому

    Glad to find your C programming examples, simply love it. Thank you so much.

  • @KeyserTheRedBeard
    @KeyserTheRedBeard 2 місяці тому

    Phenomenal clip, Portfolio Courses. I smashed the thumbs up icon on your video. Keep up the really good work. Can't wait to see your next video from you.

  • @Little-bird-told-me
    @Little-bird-told-me 2 місяці тому

    Mixing problem solving videos and complex concepts is very good idea. More please

  • @bubbacat9940
    @bubbacat9940 2 місяці тому

    For most compilers if optimizations are turned on the recursive function won't cause a stack overflow because the optimizations will tell the program to just go to the start of the function instead of calling it

  • @Rai_Te
    @Rai_Te 2 місяці тому

    For the last discussed case, the term 'use after free' is also common.

  • @mumbaiverve2307
    @mumbaiverve2307 2 місяці тому

    Super video !! BTW there is no link to the video on stack overflow ?

    • @PortfolioCourses
      @PortfolioCourses  2 місяці тому +1

      Thanks for letting me know that was missing, the video has now been added to the description, and it's available here: ua-cam.com/video/D3scXBzRQUk/v-deo.html

  • @hamzaannane885
    @hamzaannane885 2 місяці тому +7

    hi can you do a video tutorial about implementation of atoi and atoi base without any library only unistd.h write()

    • @PortfolioCourses
      @PortfolioCourses  2 місяці тому +2

      Thank you for the video idea. :-)

    • @sxchii3xy
      @sxchii3xy 2 місяці тому

      Bro is on 42 network on morocco 😂😂😂😂

    • @sxchii3xy
      @sxchii3xy 2 місяці тому

      Nice bootcamper

    • @sxchii3xy
      @sxchii3xy 2 місяці тому

      ​I need it to

    • @PortfolioCourses
      @PortfolioCourses  2 місяці тому +1

      I'll look into it, though you may find this helpful in the meantime: www.geeksforgeeks.org/write-your-own-atoi/

  • @slavafrog7946
    @slavafrog7946 Місяць тому

    Hi. Is there any straightforward way for pre-beginners like me to read and write to an Excel file using C? I went through a Google search but it seems that building the library they suggested, including its dependencies, is a task beyond my level of knowledge. Thanks for the amazing content.

    • @PortfolioCourses
      @PortfolioCourses  Місяць тому

      If you can save the Excel file as a CSV file then this video might hep:
      ua-cam.com/video/rbVt5v8NNe8/v-deo.html

    • @slavafrog7946
      @slavafrog7946 Місяць тому

      @@PortfolioCourses thanks, I will follow the CSV approach since it looks pretty simple. Many blessings.

  • @mrritvik7669
    @mrritvik7669 2 місяці тому

    Bro plzz can u suggest me best book to practice questions and improve concept plzzz...❤

  • @theranker3101
    @theranker3101 2 місяці тому

    Can you make a video on working with GUI in C?

  • @angelffg
    @angelffg 2 місяці тому

    Great!

  • @soufianeidrissi-bm9tc
    @soufianeidrissi-bm9tc 2 місяці тому

    can you give us the algorithm course from scratch to the hardest as (queen, backtracking ... ) by language C