C for Beginners: Creating makefiles for C Programs using CLANG/GCC

Поделиться
HTML-код
  • Опубликовано: 31 окт 2024

Комментарии • 30

  • @NadjaMiranda-t4c
    @NadjaMiranda-t4c Год назад +3

    The best instruction I have seen so far! I was lost until I watched this! Thank you!!!! ❤

  • @bot54om
    @bot54om Месяц назад

    Thank you for this video. It is the best makefile video i have seen.😊

  • @mentix002
    @mentix002 5 лет назад +16

    The squareRoot function isn't what it's name implies. It's a function that returns the square of a number. Not it's root.

  • @necromancer7477
    @necromancer7477 2 года назад +2

    You have a calm voice.

  • @DeepakPrajapati-ny3bj
    @DeepakPrajapati-ny3bj 5 лет назад +7

    best video on this topic. Keep it up!!!

  • @prunellepamelamegnefokam5229
    @prunellepamelamegnefokam5229 2 года назад +1

    Amazing explanation you made it look so easy!! keep up ma'am

  • @anietieakpanusoh4503
    @anietieakpanusoh4503 Год назад

    you have saved my life

  • @gerdsfargen6687
    @gerdsfargen6687 Год назад

    A great lecture on makefile...thank you!

  • @HamzaAhzma
    @HamzaAhzma 3 месяца назад

    thank you so much

  • @abdimalikosman559
    @abdimalikosman559 4 года назад +1

    Very good explanation. Thank you Petes.

  • @Local_Nerd
    @Local_Nerd Год назад

    Thanks

  • @annazhang275
    @annazhang275 4 года назад +1

    Very clean and useful! Thanks for the tutorial!!

  • @bahaabadr439
    @bahaabadr439 Год назад

    thank u very much :)

  • @georgeomara
    @georgeomara 4 года назад +1

    Wow, this is great! thanks a lot for sharing!

  • @balajiv9813
    @balajiv9813 3 года назад

    Thank you so much for the best explanation ❤❤

  • @hubercats
    @hubercats 3 года назад

    Very helpful video. Thanks! If you have the time, it would be helpful to add a discussion regarding modification of make files for inclusion of include files (both system and user includes) and a discussion regarding modification of make files for inclusion of libraries (both system and user). Thanks again! - Jim

  • @abdoulayeba3818
    @abdoulayeba3818 3 года назад

    thanks. nice explanation

  • @Squish888
    @Squish888 4 года назад

    omg this was so helpful. Thank you!

  • @oren8338
    @oren8338 5 лет назад +1

    this is realy usefull tutorial thanks

  • @incodewetrust8862
    @incodewetrust8862 Год назад

    am using gcc on linux and doing each o objets after $(OBJ) isn't working so i changed it but about the depedencies it's not clear to me if you had functions declared in functions.h and included functions in main.c but they are defined in func1.....n.c should you have functions.o: function.h and then in each fucntions function1.o: fucntion1.c functions.o ?

  • @EA_47_
    @EA_47_ 4 года назад

    You are the best thank you

  • @p2p2p2p2p2p
    @p2p2p2p2p2p 3 года назад

    amazing thank you

  • @aerahtv0000
    @aerahtv0000 6 лет назад

    cool video, thanks!

  • @AnantoYusufW
    @AnantoYusufW 23 дня назад

    your udemy course is missing :(((

  • @paulchamberlain7942
    @paulchamberlain7942 26 дней назад

    am i the only one who noticed that the square root function calculates the square instead?

  • @patientson
    @patientson 5 лет назад

    Pls can you help me?

  • @notchippy
    @notchippy 4 года назад

    g++ ???

  • @Seff2
    @Seff2 2 года назад

    good tutorial until arround 12:00. From here nothing is explained anymore and she just do things that make no sense.

    • @vishy
      @vishy 6 месяцев назад

      I agree. Definitely very good up to 12 mins though

  • @bsykesbeats
    @bsykesbeats 2 года назад

    Thank you, great video... question: when I run valgrind make exec it says alot of bytes are still reachable, but when I run valgrind ./func everything looks fine...Any insight??