Lecture 1, part 1: Object-oriented programming in Fortran

แชร์
ฝัง
  • เผยแพร่เมื่อ 29 ธ.ค. 2024

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

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

    Thank you for this very complete video!

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

    Derived types absolutely can have allocatable components. Don't use pointers if you don't have to! If you want users to be able to access the components, just leave them public.