C++ Vectors and Dynamic Arrays

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

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

  • @emiremiremiremiremiremiremir
    @emiremiremiremiremiremiremir 3 หลายเดือนก่อน +3

    great tutorial

  • @sadsadseagull
    @sadsadseagull 4 หลายเดือนก่อน +3

    nice tutorial

  • @resonatebob4495
    @resonatebob4495 2 หลายเดือนก่อน

    How come when i try to use the same method of using the vector it gives me an error message because im using c++ 98?

    • @KennyYipCoding
      @KennyYipCoding  2 หลายเดือนก่อน

      New features are added over time, so the said method probably did not exist in the older version. It’s not a good idea to use c++ from 1998 when it’s 2024. You can use a newer version to run older code (backwards compatibility) but not the other way around.

    • @resonatebob4495
      @resonatebob4495 2 หลายเดือนก่อน

      @@KennyYipCoding Yeah I figured it out thank you my compiler for some reason was running 98 👍