C++C++11C++14C++17Language FeatureLearn C++

Learn To Develop Your Own Powerful Windows Media Player In C++ Builder

Media Players are good to play sounds or videos. You can easily create your own media player in C++ Builder. MediaPlayer (TMediaPlayer) component is very good to develop your media player application. You can use aTMediaPlayercomponent for easy access to media files.MediaPlayer (TMediaPlayer)is used with TMediaPlayerControl. Set MediaPlayer to link aTMediaPlayerto…
Read more
C++Language FeatureLearn C++

Learn How To Easily Record Sound In Powerful Modern C++ On Windows

Sounds are in wave format and in digital form sound has its volume change in timeline. In C++ Builder it is easy to use recording devices on Windows. To record a sound in Multi-Device applications we must use FMX.Media.hpp header. 1. Let’s create a new MultiDevice C++ Builder Project, save all project and unit files to a folder. 2. To define Audio Capture Device we need FMX.Media…
Read more
C++Language Feature

40 Amazing Years Of Powerful C++ And C++20 Features By Bjarne Stroustrup (CppCon 2019)

This presentation by Bjarne Stroustrup who began developing C++ (initially called “Cwith Classes”) in 1979, is about to explain what’s great about C++, C++20, as a modern language. Bjarne explains how do classes, templates, and lambdas fit together? What have constructors and destructors to do with exceptions? What’s in the standard library? How can we start using…
Read more