top of page
This site was designed with the
.com
website builder. Create your website today.
Start Now
SMARTCODING
Home
Software
More
Use tab to navigate through the menu items.
goto C++;
cppReference
C++ Posts
Data Structures
Design Pattern
SOLID Principles
Computer Science
Concurrency
C++ Dilinde std::any
class any; (since C++17) std::any, C++ dilinde genel veri taşıyıcı olarak kullanılan bir sınıftır. Bu, herhangi bir türdeki veriyi...
Yusuf Hançar
Sep 16, 2024
5 min read
C++ Dilinde std::variant
Önceki yazımızda std::optional sınıf şablonunu incelemiştik. Bu yazımızda C++17 ile standartlara eklenen std::variant, çoklu türleri bir...
Yusuf Hançar
Sep 3, 2024
16 min read
C++ Dilinde std::optional
C++17 ile birlikte dilimize kazandırılan std::optional, modern C++ programlamada esnek ve güvenilir kod yazma imkânı sunan önemli bir...
Yusuf Hançar
Aug 11, 2024
10 min read
bottom of page