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 Deduction Guide
C++ dilinde template argument deduction, derleyicinin fonksiyon argümanlarından template parametrelerini çıkarmasına olanak tanır. Bu,...
Yusuf Hançar
Oct 13, 2024
6 min read
C++ Dilinde CTAD(Class Template Argument Deduction)
C++11 ile birlikte gelen template, programcıların daha genel ve yeniden kullanılabilir kodlar yazmasına olanak tanır. Ancak, şablon...
Yusuf Hançar
Sep 22, 2024
5 min read
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
bottom of page