A closer look at GCC and the C compilation process

Поділитися
Вставка
  • Опубліковано 16 січ 2025

КОМЕНТАРІ • 9

  • @shouryashukla00
    @shouryashukla00 4 роки тому +7

    Hello from r/C_programming!
    Great video, very informative in fact! A couple of suggestions:
    1. The content is good but the presentation can be a bit better. I would be great if you’d make an outline of the commands you wanna cover instead of fumbling when typing them.
    2. You need not remove the executable file everytime. Doing a gcc will automatically refresh it with the nee executable contents.
    3. Drawing from point (1), the video could be easily cut short by 5-8 minutes if you were a bit more confident with the stuff you’re gonna talk about.
    Good video! Keep posting on the subreddit as well😁

  • @tonyjosi5072
    @tonyjosi5072 4 роки тому +2

    Thanks for making this video, great content with a lot of low-level details.

  • @jturtle5907
    @jturtle5907 4 роки тому +1

    (Hello from r/C_Programming)
    Thanks for making this! I've always wanted a deeper knowledge of the C compiler.

  • @hernantz
    @hernantz 4 роки тому +1

    Very informative, keep it up!

  • @tanveerhasan2382
    @tanveerhasan2382 4 роки тому +1

    Very informative

  • @PeperMintification
    @PeperMintification 4 роки тому

    Thanks!

  • @hiranyey
    @hiranyey 4 роки тому

    A nice video thanks for sharing

  • @kuhluhOG
    @kuhluhOG 4 роки тому

    10:39
    What? What can break?
    Shouldn't that be considered a bug?