Please don't stop making these videos. These are super helpful for people learning c++. I wish could understand videos from meetingcpp , cppcon and others, but I can't as they aren't friendly.
@CopperSpice4 жыл бұрын
Thanks so much for the lovely comment and vote of confidence. It is good to know that we are making a difference. If there are any C++ topics you would like us to tackle send us your suggestions.
@anilsonix4 жыл бұрын
@@CopperSpice you're doing very good job , there are almost no channel which teaches c++ in an easy and understandable way. Could you also teach good practices in general ? Learning language is one thing , writing better code is another ?
@CopperSpice4 жыл бұрын
@@anilsonix, sounds like a great idea. We will give this some thought and work on it.
@unknown_manushya2 жыл бұрын
Never ever stop making videos. I love you guys!!
@Indemeros Жыл бұрын
Thank you!
@Bob-zg2zf4 жыл бұрын
Beautiful people. Thanks.
@nezox72674 жыл бұрын
Could you highlight the topic about variadic template, and how it works?
@CopperSpice4 жыл бұрын
Have you seen our three part series of videos titled "Modern C++, From the Beginning+ to the Middle". This last one talks about variadic templates, however you may want to watch all of them. kzbin.info/www/bejne/oYO5m3pppsdqiKc If you do have questions feel free to post on those videos.
@unknown_manushya2 жыл бұрын
Cover strings in-depth please!
@CopperSpice2 жыл бұрын
We have three videos about Strings which explain the terminology and how complicated text can be. Our open source CsString library implements UTF-8 and UTF-16 string classes. You can use CsString as a drop in replacement for std:string. "CsString (intro to unicode)" kzbin.info/www/bejne/pIrdmmNji6aLh68 "CsString (library design)" kzbin.info/www/bejne/rZDOdWCndtCifpI "char8_t" kzbin.info/www/bejne/rICyfYusqpKrqrc