C++ Initializers, Initializer Lists, and Initialization

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

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

  • @xealit
    @xealit 11 месяцев назад

    but! there is an infamous gotcha with vector: the initializer lists make vector v(2, 0) not the same as vector v{2,0}, whereas () and {} are pretty much the same for all other types

  • @dev_ression
    @dev_ression 3 года назад +1

    Perfectly explained man, thank you!

  • @travelermruvihs809
    @travelermruvihs809 2 месяца назад +1

    Thank you so much for the video 👏

  • @definitely_that_guy
    @definitely_that_guy Год назад

    thanks for the series!