lahlali issamWhat 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 211Feb 211
lahlali issamAdd [[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 191Feb 191
lahlali issamC++ 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 151Feb 151
lahlali issam10 Benefits of loose couplingLoose coupling is a design principle in software engineering that promotes independence and flexibility between components or modules of a…Feb 12Feb 12
lahlali issamBest .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 7Feb 7
lahlali issamWhy 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 62Feb 62
lahlali issamC++ 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 21Feb 21
lahlali issamC++ 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 31Jan 31
lahlali issamC++17 and Immutable string.There is a powerful and simple concept in programming that is widely underused: ImmutabilityJan 281Jan 281
lahlali issam10 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 253Jan 253