TEMPLATES in Modern C++

Поділитися
Вставка
  • Опубліковано 12 тра 2023
  • Templates are some of the most powerful and misunderstood parts of C++! Please enjoy the video and look forward to more...
    💎 Source code is available for my Patrons!
    / cazzwastaken
    💎 Join our community over on Discord!
    / discord
    → GitHub: github.com/cazzwastaken
    → Twitter: / cazzwastaken
    → Email: cazzwastaken@gmail.com
    → Donate: www.paypal.com/donate/?hosted...
    📝Resources 📝
    → Visual Studio: visualstudio.microsoft.com/
    → Inline Page: en.cppreference.com/w/cpp/lan...
    ⚡See More ⚡
    → Learn Game Hacking: • How to LEARN HACKING
    → Reverse Engineering: • Learn Reverse Engineer...
    → Chams: • REAL CSGO CHAMS - DRAW...
    → CreateMove: • Hook CreateMove From S...
    → Internal Menu: • IMGUI INTERNAL DIRECTX...
    → Aimbot: • MAKE AIMBOT IN 10 MINUTES

КОМЕНТАРІ • 76

  • @Entropytheory
    @Entropytheory Рік тому +85

    Honestly, your C++ videos are genuinely amazing

  • @zxuiji
    @zxuiji Рік тому +11

    Fun fact, templates are possible even in C89, I'm actually using them to transform my custom library into something more maintainable than what I had before after realising how to produce debuggable templates via

  • @SownJevan

    These CPP videos are just mind-blowing.

  • @dntsleepray
    @dntsleepray Рік тому +2

    im a CS student learning c++ and I also love csgo. your channel is about to become my favorite thing ever

  • @daiki-starsation
    @daiki-starsation Рік тому +8

    Nice video as always man! Keep up the great work!

  • @budgetarms
    @budgetarms Рік тому +5

    C++ is indeed a complex

  • @mist9385
    @mist9385 Рік тому +5

    great job as always💯

  • @EternalNetzah
    @EternalNetzah Рік тому +8

    Really good video with great introduction, explanation and examples. You're doing an amazing job!

  • @CoolModderJaydonX
    @CoolModderJaydonX 19 годин тому

    Keep in mind, with Python, you can actually specify what type a variable, parameter, or function is. For example:

  • @Dulge
    @Dulge Рік тому +1

    Once again, great video Cazz

  • @VoidloniXaarii
    @VoidloniXaarii День тому

    This was great! Looking forward to more modern cpp lessons

  • @smithyisonline
    @smithyisonline Рік тому +3

    Keep it up cazz 🦾 very helpful

  • @whorls3732
    @whorls3732 Рік тому +1

    cant wait for the more in-depth kernel video

  • @grenadier4702
    @grenadier4702 Рік тому +2

    One of the best features of any language. Sadly, there's no templates in C and we have to write our own ones which are not ideal

  • @alexisrodriguez7127

    One thing I hate about templates is it is counter intuitive to how we learn c++. Specifically we are taught to separate the declaration from the implementation to keep things organized but with templates this cant easily be done with out explicit template instantiation or some weird trampoline header

  • @SurflFilms

    this needs more views

  • @Finkelfunk
    @Finkelfunk Рік тому +8

    SFINAE is actually not that hard to understand. VERY simplified example:

  • @jin-yw4tb
    @jin-yw4tb Рік тому +1

    i dont know a good way to start learning c++ but your videos definitely seem like an invaluable asset that ill need once i start understanding the basics.

  • @theraxy
    @theraxy Рік тому

    keep it up bro!

  • @user-lg7td1he3s
    @user-lg7td1he3s Рік тому

    wow i did not know templates existed until now lol i think i need to watch more videos on c++