top of page
Bu site,
.com
site tasarım platformu ile oluşturuldu. Siz de hemen kendi sitenizi kurun.
Hemen BaÅŸla
Koray Liman
Unreal Engine Game/Mobile Application Developer
Subscribe
Contact
More
Use tab to navigate through the menu items.
Koray Liman
C++/Unreal Engine/Flutter
All Posts
Cpp
Dart
Unreal Engine
Mobile App(Flutter)
Enumerators
Enumeration is a method to define data types and assign them to values. By default first data type is assigned to 0, second data type is...
14 Oca 2022
1 dakikada okunur
"this" keyword and Operator Overloading
"this" keyword is a pointer to the current object. Use cases are shown below. It is widely used in c++. Operator overloading is a way of...
14 Oca 2022
1 dakikada okunur
What is a Pointer(*)?
Pointer simply is an integer value that is an adress of some memory location. Since memory adresses are in hexadecimal format, you need...
14 Oca 2022
1 dakikada okunur
Stack vs Heap
Entities that are created without "new" keyword(calloc) are scoped and destructed after the scope ends which is called Stack Allocation....
14 Oca 2022
1 dakikada okunur
Struct vs Class
Struct and class are almost the same. Only difference is struct members are public by default while class' are private.
10 Oca 2022
1 dakikada okunur
bottom of page