C++C++11C++14C++17Introduction to C++Learn C++

Learn C++ Inheritance :: Multilevel Inheritance

Inheritance allows us to define a class in terms of another class, and it makes easier to create and maintain an application. This also provides an opportunity to reuse the code functionality and fast implementation time. If a class is derived from another derived class then it is calledmultilevel inheritance. In other terms, multilevel inheritance method is using a class which has more than…
Read more
C++C++11C++14C++17Introduction to C++Learn C++

Learn about Polymorphism :: Pointers to Base Classes in C++

Generally we try to prepare our posts for a first time C++ readers or we assume reader read some posts about that topic before. At least we try to simplify and clarify the post as much as possible. This post requires a good knowledge about Functions, Classes, Objects and Pointers. These topics are the main stones of C++. So If you feel hard to understand all below, or if you are not really sure of…
Read more
Artificial Intelligence TechC++C++11C++14C++17Learn C++

AI Techs :: Learn About Self Regularized Non-Monotonic (Mish) Activation Function

What is Self Regularized Non-Monotonic Activation Function in Neural Networks? How we can use the Mish function in ANN? Where can we use Mish in AI technologies? Let’s remember the activation function and explain these terms.Activation Function( phi() ) also called astransfer function, orthreshold functionthat determines the activation value ( a = phi(sum) ) from a…
Read more
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…
C++Language FeatureLearn C++

C++ Builder 10.4.2 Released ! Learn What are the features of new RADS 10.4.2 ?

NewRad Studio 10.4.2has been released, which means that bothDelphi 10.4.2andC++ Builder 10.4.2has been released together or separately! It comes with many bug fixes, several new features, enhancements, and quality updates. It has been released after a long alfa and beta tests in production. Finally, it has been announced that the General Availability of RAD…
Read more