#advanced #book
Изучаем современный C++ 11, 14, 17 и 20 стандартов: контейнеры, стандартная библиотека шаблонов, указатели и ссылки, регулярные выражения, параллелизм и многопоточность и многое другое.
https://github.com/changkun/modern-cpp-tutorial
Изучаем современный C++ 11, 14, 17 и 20 стандартов: контейнеры, стандартная библиотека шаблонов, указатели и ссылки, регулярные выражения, параллелизм и многопоточность и многое другое.
https://github.com/changkun/modern-cpp-tutorial
GitHub
GitHub - changkun/modern-cpp-tutorial: 📚 Modern C++ Tutorial: C++11/14/17/20 On the Fly | https://changkun.de/modern-cpp/
📚 Modern C++ Tutorial: C++11/14/17/20 On the Fly | https://changkun.de/modern-cpp/ - changkun/modern-cpp-tutorial
#advanced #testing
Тестирование приложений на C++: продвинутые техники.
https://www.youtube.com/watch?v=EiN3cF_y3vM
Тестирование приложений на C++: продвинутые техники.
https://www.youtube.com/watch?v=EiN3cF_y3vM
YouTube
C++ Unit testing - the good, the bad & the ugly - Dror Helper
C++ is a powerful language when used by a seasoned developer. It is being used everywhere from operating systems and compilers to cross platform mobile apps development.
But this power comes with a cost - C++ programming is not simple nor easy – with memory…
But this power comes with a cost - C++ programming is not simple nor easy – with memory…
#video #advanced
На канале Handmade Hero вы найдёте серию видео, длящуюся более года и посвящённую созданию реальной игры на С++. Заходите, будет интересно.
https://www.youtube.com/user/handmadeheroarchive/videos
На канале Handmade Hero вы найдёте серию видео, длящуюся более года и посвящённую созданию реальной игры на С++. Заходите, будет интересно.
https://www.youtube.com/user/handmadeheroarchive/videos
#video #advanced
В этом видео поговорим, в чём же разница между указателями и ссылками.
https://www.youtube.com/watch?v=sxHng1iufQE
В этом видео поговорим, в чём же разница между указателями и ссылками.
https://www.youtube.com/watch?v=sxHng1iufQE
YouTube
What is the Difference Between a Pointer and a Reference C++
In this video I explain the difference between a C++ pointer and a C++ reference.
Donate - http://bit.ly/17vCDFx
STILL NEED MORE HELP?
Connect one-on-one with a Programming Tutor. Click the link below:
https://trk.justanswer.com/aff_c?offer_id=2&aff…
Donate - http://bit.ly/17vCDFx
STILL NEED MORE HELP?
Connect one-on-one with a Programming Tutor. Click the link below:
https://trk.justanswer.com/aff_c?offer_id=2&aff…
#advanced
А следующий материал точно не для начинающих. В этом серьёзном блоге вы узнаете, как же на самом деле работают исключения в C++, как это выглядит внутри и как их правильно использовать.
https://monoinfinito.wordpress.com/series/exception-handling-in-c/
А следующий материал точно не для начинающих. В этом серьёзном блоге вы узнаете, как же на самом деле работают исключения в C++, как это выглядит внутри и как их правильно использовать.
https://monoinfinito.wordpress.com/series/exception-handling-in-c/
An infinite monkey - Nico Brailovsky's blog
C++ exception handling internals
C++ exceptions under the hood Everyone knows that good exception handling is hard. Reasons for this abound, in every single layer of an exception “lifetime”: it’s hard to write ex…
#advanced
Создатель C++, Бьёрн Страуструп, в статье рассказывает о том, какие есть проблемы с программированием.
https://www.technologyreview.com/s/406923/the-problem-with-programming/
Создатель C++, Бьёрн Страуструп, в статье рассказывает о том, какие есть проблемы с программированием.
https://www.technologyreview.com/s/406923/the-problem-with-programming/
MIT Technology Review
The Problem with Programming
In the 1980s and 90s, Bjarne Stroustrup designed and implemented the C++ programming language, which popularized object-oriented programming and influenced numerous other programming languages, including Java. C++ remains the archetypal “high level” computer…
#advanced
Если вы хотите увеличить скорость работы ваших программ, используйте паралллельные алгоритмы стандартной библиотеки C++ 17. Данная же статья познакомит вас с самыми основными из них.
https://www.bfilipek.com/2018/11/parallel-alg-perf.html?m=1
Если вы хотите увеличить скорость работы ваших программ, используйте паралллельные алгоритмы стандартной библиотеки C++ 17. Данная же статья познакомит вас с самыми основными из них.
https://www.bfilipek.com/2018/11/parallel-alg-perf.html?m=1
C++ Stories
The Amazing Performance of C++17 Parallel Algorithms, is it Possible?
With the addition of Parallel Algorithms in C++17, you can now easily update your “computing” code to benefit from parallel execution. In the article, I’d like to examine one STL algorithm which naturally exposes the idea of independent computing. If your…
#advanced #video
Используем параллельные алгоритмы C++17 для лучшей производительности
В данной статье разработчик рассказывает, как пользоваться параллельными алгоритмами, поддержка которых появилась в стандартной библиотеке C++17.
https://prglb.ru/2ptig
Используем параллельные алгоритмы C++17 для лучшей производительности
В данной статье разработчик рассказывает, как пользоваться параллельными алгоритмами, поддержка которых появилась в стандартной библиотеке C++17.
https://prglb.ru/2ptig