There are many C++ examples and many tutorials over the classic C/C++, and when you jump to Modern C++ these examples may seem to be very hard to adapt. In real, it is not complicated much, you just need to modify input and output operations to GUI based input and output…
How To Create A Dev C++ Static Library For Windows
December 23, 2020
Welcome back to our Embarcadero Dev-C++ videos series. In this session is about creating C++ static libraries.
Static libraries are collections of object files that are linked together when a file gets compiled into an executable.
In this tutorial you can…
Colors In Modern C++ For Windows Development
December 22, 2020
Colors are very important in application development on both displaying and editing/analyzing operations. All images (pictures, photos, drawings, icons, emojis, all UI elements …) are consist of pixels in colors. You just need to change the colors of a pixel to draw a…
Learn About With Sharing C++ Data Structures On Windows
December 21, 2020
Learn C++ With Building an Intuition for Composition by Sy Brand (CPPCon 2020) Video
December 19, 2020
This video is for you if you’re tired of reading posts about “monads” and “endofunctors” that does not give you an idea of how they can actually support and improve your C++ programming. In C++, functions and data composition are becoming more…