Multiple Files in C (Header and Source Files)

แชร์
ฝัง
  • เผยแพร่เมื่อ 26 มิ.ย. 2024

ความคิดเห็น • 13

  • @user-wb7nt3xo5i
    @user-wb7nt3xo5i 27 วันที่ผ่านมา

    very helpfull🥰🥰

  • @rhke6789
    @rhke6789 2 ปีที่แล้ว +2

    Tramendously valuable set of videos. Great for learning C first time. Great to use as look up how to do a certain topic, and great to use as a refresher. Congrats on video well done.

  • @minhkhangnguyen4712
    @minhkhangnguyen4712 2 ปีที่แล้ว +1

    Thank you very much ! probably the best C Instructing video I’ve seen so far

  • @ulfen69
    @ulfen69 7 หลายเดือนก่อน

    Thanks a lot for your version of explaining header files.
    Before this I just got more confused by the videos I watched.

  • @jobyjoby5201
    @jobyjoby5201 5 หลายเดือนก่อน

    No words . Excellent .

  • @mohammadadrees5263
    @mohammadadrees5263 2 ปีที่แล้ว

    Nice lecture.

  • @user-ed9cz2bc5l
    @user-ed9cz2bc5l ปีที่แล้ว +1

    perfect

  • @anandkumarrohal9168
    @anandkumarrohal9168 2 ปีที่แล้ว +1

    thanks 😀😀😀😀😀😀

  • @vidumini23
    @vidumini23 ปีที่แล้ว

    Thank you..

  • @alvarohigino
    @alvarohigino ปีที่แล้ว +1

    I really want to know how do I use include more than one of my headers, when I try to do this I got errors because no one of them recognize each other.

  • @aladeyeluabdullahi2616
    @aladeyeluabdullahi2616 ปีที่แล้ว

    Nice video. Is it a must for the library.c file and the library.h to be in the same folder as main.c?

    • @nishit7147
      @nishit7147 ปีที่แล้ว

      ya

    • @badreddineboukheit9791
      @badreddineboukheit9791 10 หลายเดือนก่อน

      no, but you need to specify the address to them for instance:
      #include "./libs/my_header.h"