You can use c-style arrays and keep the data without array-to-pointer decay. Either say foo(int (&arr)[4]) { std::cout
@MikeShah Жыл бұрын
Agreed, nice option for folks who cannot use std::array
@yuangchen905 Жыл бұрын
thx so for your content. I watched almost every video of you in CppCon and found them very useful. Expect to see and learn more in your own channel.
@MikeShah Жыл бұрын
Thank you for the kind words!
@samyuktharajkumaran8363 Жыл бұрын
The best ever playlist on C++. Have been binge watching your series. Would be great if you could make a detailed tutorial on recursion :)
@MikeShah Жыл бұрын
Cheers! Here's at least one video on recursion as an introduction: kzbin.info/www/bejne/pJzTnoquqZWcqtU
@qcnck2776 Жыл бұрын
Great deep dive! Looking forward to more of this series.
@MikeShah Жыл бұрын
Cheers!
@thestarinthesky_ Жыл бұрын
Really awesome video! starting to watch STL series. Super excited about it. Thank you sooo much for this great work.
@MikeShah Жыл бұрын
Cheers, you are most welcome!
@kevinzebb Жыл бұрын
yo yo, been spam watching your c++ vids, very nice. Any chance you could do like a series on cpp built in functions such as algorithm types or vim for beginners?
@MikeShah Жыл бұрын
Cheers! Vim is available on courses.mshah.io and std:: algorithm videos are in the works 🙂
@dos350 Жыл бұрын
great talk at cppcon sir, thanks for all these :)
@MikeShah Жыл бұрын
Cheers!
@VoidloniXaarii Жыл бұрын
You're so awesome... As always. Thanks so much 4 all your vidz!
@MikeShah Жыл бұрын
Cheers, thank you for the kind words!
@shirasabdurahman8529 Жыл бұрын
I enjoy your videos. Can you please also make tutorials about setting up CI/CD for C++ development?