What do you think about the C++ Profiles?Few days ago I posted a C++ proposal to secure the code using the attributes, but many C++ developers find this proposal useless and…Feb 21, 20241Feb 21, 20241
Add [[modern]] attribute could be awesome for beginner and intermediate C++ developers.Modern C++ refers to the evolution of the C++ programming language beyond its original design principles, incorporating newer features…Feb 19, 20241Feb 19, 20241
C++ Better Solution #1 : Container choice.This is the beginning of a series of C++ problems where we will try to find the better solution of a specific problem.Feb 15, 20241Feb 15, 20241
10 Benefits of loose couplingLoose coupling is a design principle in software engineering that promotes independence and flexibility between components or modules of a…Feb 12, 2024Feb 12, 2024
Best .Net code quality extensions for Azure DevopsAzure DevOps is a comprehensive set of development tools provided by Microsoft to facilitate collaboration and streamline the software…Feb 7, 2024Feb 7, 2024
Why should you care about C/C++ static analysis?Many resources discuss the benefits of using the static analysis tools, and how they could help you improve your code base. Somehow they…Feb 6, 20242Feb 6, 20242
C++ has evolved, it’s time to replace “C++” by “Modern C++” in all your web resource searches.Modern C++ refers to the current best practices, features, and programming styles used in the C++ programming language. The term is often…Feb 2, 20241Feb 2, 20241
C++ Contest to modernize the Loki library and have a good Design Patterns Framework.CoderGears organize a contest to modernize the Loki library using the newest C++ features. Loki, a C++ library crafted by Andrei…Jan 31, 2024Jan 31, 2024
C++17 and Immutable string.There is a powerful and simple concept in programming that is widely underused: ImmutabilityJan 28, 20241Jan 28, 20241
10 Most Used New C++ Features in Some Well-Known Open Source Projects.Over recent years, there has been much discussion about the “Renaissance of C++”. It’s undeniable that Microsoft played a significant role…Jan 25, 20243Jan 25, 20243