Pointers to Pointers C++

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

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

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

    Thx... Can you dyn. new arrays of different types?

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

      Not sure what you are asking here?

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

      @@KennyYipCoding I think they're asking if we can make arrays that hold values other than ints on the heap. For example, a dynamic string array. I'm pretty sure it's possible, but I haven't tested it haha.