Articles count is : 606
Developing Desktop Applications with Advanced GUIs Using C Language
Yes, you can use the C language to build powerful desktop applications with advanced graphical user interfaces (GUIs). While C is not as popular as la...
C++Builder 12.2: Powerful and Easy Solutions for the Programming World
Having used C++Builder from version 6 until now for over twenty years, I can confidently say that it is an incredibly powerful and reliable developmen...
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 pro...
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, enhancement...
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, ...
The Best Programming Language for OS and Compiler Development: A Comparison of C, C++, and Rust
When it comes to low-level programming such as developing operating systems (OS) or compilers, the choice of programming language depends on several f...
Windows ARM64 Devices: The Future of Computing with x86 App Compatibility
In the rapidly evolving world of technology, Windows ARM64 devices have emerged as standout innovations, combining advanced performance with exception...
Experimenting with Assembly Code on Snapdragon X Elite Processors with Windows ARM
If you’ve recently purchased a laptop powered by the Snapdragon X Elite processor, which operates on ARM64 architecture and runs Windows ARM, you mi...
"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 t...
The Importance of Mastering the Standard Template Library (STL) in C++Introduction
The Standard Template Library (STL) is one of the most crucial components of C++, providing a powerful and integrated framework for efficiently managi...
Debate: Rust vs. C++
C++: "Hello again, Rust. I've been hearing a lot about your 'modern approach' to programming. But let’s not forget that I’ve been the cornerstone ...
Detailed Comparison between C++, Rust, and C for Low-Level Programming, Interpreters, and Compilers
When choosing a programming language for developing low-level programs such as interpreters, compilers, or system libraries, several factors need to b...