Our website uses cookies to enhance your browsing experience.
Accept
to the top
>
>
Posts: #GuestArticle

Posts: # GuestArticle

Oct 29 2025
What we didn't get in C++
Guest
What's missing from C++—and how do developers fill the gaps? The author explores ideas and examples that show how the language could go even further. Let's explore them in this...
...
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...
...
Subscribe to the newsletter
Want to receive a monthly digest of the most interesting articles and news? Subscribe!
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...
...
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.
...
View more Pagination arrow previous
Showing: - of 25