Our website uses cookies to enhance your browsing experience.
Accept
to the top
>
>
Guest

Posts: Guest

Jul 04 2025
C++ with no classes?
Guest
Classes were likely the first thing Stroustrup added in the 1980s, marking the birth of C++. If we imagine ourselves as archaeologists studying ancient C++, one piece of indirect evidence...
...
May 30 2025
Creating Sega Genesis emulator in C++
Guest
This article covers the development of a Sega Genesis 16-bit console emulator in C++. A lot of exciting stuff awaits you ahead: emulating the Motorola 68000 CPU, reverse engineering games...
...
Subscribe to the newsletter
Want to receive a monthly digest of the most interesting articles and news? Subscribe!
Jul 15 2024
Cursed fire, or magic of C preprocessor
Guest
Have you ever wondered if you could fully write code using only the #define directive in C? It's well-known that the C++ templates are Turing-complete—developers write ray tracers that do...
...
Jan 17 2023
Falsehoods programmers believe about undefined behavior
Guest
Undefined behavior (UB) is a tricky concept in programming languages and compilers. I've heard many misconceptions about what the compiler guarantees in the presence of UB. This is unfortunate...
...
Jan 05 2023
How to create a .NET library: a complete guide
Guest
Looking to build a .NET library, but unsure where to begin? Already developing something similar, but want to discover something new? Looking for ways to extend automation? Not sure what to do...
...
Nov 23 2022
Holy C++
Guest
In this article, I'll try to list all things that we can throw out of C++ without remorse. This won't cost us anything but will reduce the standard (and our headaches), take the burden off...
...
Nov 01 2022
Lifetime extension of temporary objects in C++: common recommendations and pitfalls
Guest
After reading this article, you will learn the following: ways to extend the lifetime of a temporary object in C++, various tips and tricks; pitfalls of the lifetime extension that a C++...
...
Oct 11 2022
Misbeliefs in programming career or how to survive as a newcomer
Guest
This article is purposed to be in a friendly spirit manner and carries neither mockery, nor snobbery. It intends to protect from unnecessary stress those who are entering the programming world...
...
Sep 13 2022
Non-standard containers in C++
Guest
Container is an object which stores a collection of related objects (or elements). The container manages the storage space that is allocated for its elements.
...
Aug 30 2022
The concept of smart pointer static_ptr<T> in C++
Guest
We have several smart pointers in C++ – 'std::unique_ptr', 'std::shared_ptr', 'std::weak_ptr'.
...
View more Pagination arrow previous
Showing: - of 25