Other
Aug 4, 2026
Borland's Golden Age Success and Its Decline in the Modern Era: From Leadership to Isolation
Borland was one of the pillars of the software industry in the 1980s and 1990s, known for providing advanced and easy-to-use development tools and programming languages. However, after its founder Philippe Kahn left the...
5 reads
2 today
Read article
Other
Aug 4, 2026
What's New in the C23 Standard for the C Programming Language?
The C23 standard is the latest revision of the C programming language, building on the previous standard, C17. It introduces new features, enhancements, and refinements aimed at improving performance, code readability,...
41 reads
13 today
Read article
Other
Aug 4, 2026
Does OOP in C++ Generate Larger Code Compared to Functional Programming?
Object-Oriented Programming (OOP) and Functional Programming (FP) represent two paradigms for writing software. In resource-constrained environments, like embedded systems, the choice of programming paradigm can have a...
0 reads
0 today
Read article
Other
Aug 4, 2026
"How many people dislike you, C++!"
I have been writing here on LinkedIn for the past 9 months, and most of my posts are about topics related to the C++ programming language. It is the tool I started using over 30 years ago, and I have followed its...
1 reads
1 today
Read article
Other
Aug 4, 2026
"I Hate C++": Does Hatred Belong in the World of Programming?
For more than 25 years, I’ve often come across the statement: "I hate C++." This seemingly definitive phrase often stems from personal experiences or an incomplete understanding of the language’s nature. But the...
1 reads
0 today
Read article
Other
Aug 4, 2026
The Organic Relationship Between C++ Compilers and C Code
From their inception, the C and C++ programming languages have been closely related. C++ was originally designed as an extension to C, introducing object-oriented features. As a result, C++ compilers are often...
0 reads
0 today
Read article
Other
Aug 4, 2026
Designing a Program in C++ for macOS Without External Libraries
C++ is a versatile programming language that allows developers to interact directly with the underlying system. On macOS, you can create programs without external libraries by utilizing Core Foundation, Core Graphics,...
0 reads
0 today
Read article
Other
Aug 4, 2026
OpenGL in C++: The Guide for 3D Graphics Programming
OpenGL is one of the most popular graphics libraries used to render 2D and 3D graphics in applications. Despite the advent of other high-level graphics engines, OpenGL remains a reliable and flexible choice for both...
8 reads
5 today
Read article
Other
Aug 4, 2026
Leveraging Hidden Aspects of C++: How Advanced Practices Can Boost Performance and Provide Innovative Solutions
C++ is one of the most powerful languages used in various fields, from high-performance software to embedded systems and games. However, despite its power, many programmers and companies fail to take full advantage of...
1 reads
1 today
Read article