C++ İle Bağlı Listeler (Linked Lists)Herkese merhaba. Bu yazı veri yapılarının alt başlıklarından olan bağlı listeler (linked list) hakkında olacaktır. Bağlı listeler 4 başlık…Aug 10, 2022Aug 10, 2022
C++ İle Vektör YapısıHerkese merhaba. Bu yazı C++ ile örnekler vererek pekiştireceğim, veri yapıları konusunun alt başlıklarından olan vektör yapısı hakkında…Jul 24, 2022Jul 24, 2022
Struct in C++The purpose of most of the topics we learn in programming is to provide convenience to the code we write. Some make the code we write work…May 15, 2021May 15, 2021
Pointer in C++Pointer is a data type derived from the c language according to some sources, because it can be used on any data type. Pointers provide…May 10, 2021May 10, 2021