C++Learn C++Videos

Tutorial: Dev-C++ OpenMP Parallel Programming

In this video tutorial you will learn how to use OpenMP Parallel Programming library which helps you to make high performance applications. The latest fork of Dev-C++ is called Embarcadero Dev-C++. Dev cpp can be downloaded from Embarcadero’s site, Sourceforge, and Github. OpenMP is a set of compiler’s directives, library procedures and environment variables which was developed for…
Read more
C++Learn C++Videos

Learn C++ With The Shapes of Multi-Dimensional Arrays by Vincent Reverdy (CPPCon 2020) Video

This video will be concentrating on one of the many issues involved: How to manage the shapes and dimensions of high-performance multidimensional arrays. In order to prevent metaprogramming wizards from having a full unusable response, we will add one requirement: it must be succinct, expressive, and humanly understandable. This video will also be discussing why bringing generic Non-Type Template…
Read more