oğuzhan katlıC++20 Ranges Library: Comprehensive Introduction for C++ ProgrammersC++20 Ranges Library vs. STL Algorithms: A Performance and Expressiveness ComparisonNov 3, 2023Nov 3, 2023
oğuzhan katlıBuilding a Thread Pool with C++ and STLThread Pool Implementation in Plain C++ Using STL: A Comprehensive Guide for Beginners and Experienced DevelopersOct 6, 20231Oct 6, 20231
oğuzhan katlıUnlocking the Power of Java Synchronized Blocks in C++‘thread_safe’: A simple and effective way to have thread safety in your C++ code without changing the class implementationSep 24, 2023Sep 24, 2023
oğuzhan katlıUnlocking Performance with Lazy Evaluation in C++Discover the power of lazy evaluation and how it optimizes C++ code for better performance.Sep 9, 20232Sep 9, 20232
oğuzhan katlıSafe Asynchronous Calls in C++Simplify asynchronous call handling and object lifetime management in C++ projectsSep 5, 2023Sep 5, 2023
oğuzhan katlıC++20 ile Gelen YeniliklerC++20 standardı ile gelen Concepts, Ranges, Coroutines ve Modules özelliklerinin anlatımıDec 10, 2020Dec 10, 2020
oğuzhan katlı“islem(…)” Metodunun HikayesiHiçbir kod ilk seferinde mükemmel olmaz; projeler de…May 12, 2020May 12, 2020
oğuzhan katlıDoğru Singleton<T> TasarımıDoğru Singleton Tasarımı Nasıl Olmalı?Oct 10, 2019Oct 10, 2019
oğuzhan katlıC++ Trait Sınıfının Çıkış HikayesiC++ dilinin Bjarne Stroustrup tarafından 1979 yılında Cambrigde üniversitesinde doktora tezi(“C with Classes”) olarak sunulmasının…Oct 2, 2019Oct 2, 2019
oğuzhan katlı(const int*) mı (int const*) mı?int * const / const int * const / const int const * const / …Feb 27, 2019Feb 27, 2019