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

How To Use Malloc() And Free() Functions In C/C++

In programs, all data and operations during runtime are stored in the memory of our computers, including IoT or other microdevices. This memory is generally a RAM (Random Access Memory) that allows data items to be read or written in almost the same amount of time irrespective of the physical location of data inside the memory. In this post, you’ll learn how to use memory in C and C++…
Read more
C++ComponentsLanguage FeatureLearn C++

GetIt Components of the Year 2021 H1

Do you want to know what components will be available for use in C++ IDE windows in the first half of 2021? Which components to download from Getıt? In this post, we will choose some of the components for the first half of this year. In Modern Programming, in other terms, in Professional Programming, especially in Modern C++; we mostly refer to a lot of libraries and other tools that help us…
Read more
Artificial Intelligence TechC++Learn C++

AI Techs :: Array Based Simple Artificial Neuron Model in C++

Do you want to develop your artificial intelligence application from the scratch? Want to learn how you can develop a simple artificial neuron model in C++? In this post, we will explain with a very simple artificial neuron example. We have releasedA Simple Artificial Neuron Model in C++andVery Simple Artificial Neural Network (ANN) Example in C++before. We highly recommend…
Read more