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

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

КОМЕНТАРІ • 30

  • @NadjaMiranda-t4c
    @NadjaMiranda-t4c Рік тому +3

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

  • @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.

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

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

  • @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

  • @gerdsfargen6687
    @gerdsfargen6687 Рік тому

    A great lecture on makefile...thank you!

  • @anietieakpanusoh4503
    @anietieakpanusoh4503 Рік тому

    you have saved my life

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

    Very good explanation. Thank you Petes.

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

    Very clean and useful! Thanks for the tutorial!!

  • @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 ?

  • @HamzaAhzma
    @HamzaAhzma 3 місяці тому

    thank you so much

  • @Local_Nerd
    @Local_Nerd 2 роки тому

    Thanks

  • @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

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

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

  • @bahaabadr439
    @bahaabadr439 Рік тому

    thank u very much :)

  • @balajiv9813
    @balajiv9813 3 роки тому

    Thank you so much for the best explanation ❤❤

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

    your udemy course is missing :(((

  • @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??

  • @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

  • @p2p2p2p2p2p
    @p2p2p2p2p2p 3 роки тому

    amazing thank you

  • @aerahtv0000
    @aerahtv0000 6 років тому

    cool video, thanks!

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

    You are the best thank you

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

    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 7 місяців тому

      I agree. Definitely very good up to 12 mins though