Questions
Linux
Laravel
Mysql
Ubuntu
Git
Menu
HTML
CSS
JAVASCRIPT
SQL
PYTHON
PHP
BOOTSTRAP
JAVA
JQUERY
R
React
Kotlin
×
Linux
Laravel
Mysql
Ubuntu
Git
New posts in sizeof
Why is sizeof(type) the size of a pointer, not the size of the type itself?
Sep 05, 2026
c
sizeof
Can anyone explain why the following program outputs nothing? [duplicate]
Sep 04, 2026
c
arrays
sizeof
unsigned
signed
including header file for size_t returned by sizeof operator
Sep 02, 2026
c++
sizeof
size-t
Why is malloc giving me 8 bytes when I request 20? [duplicate]
Sep 01, 2026
c
malloc
sizeof
Is there anything wrong with `something_t* x = malloc(sizeof(*x))`?
Aug 31, 2026
c
gcc
malloc
sizeof
SizeOf a dynamic structure
Aug 29, 2026
delphi
struct
sizeof
Getting size of LPTSTR or CHAR* containing hex values
Aug 27, 2026
c
windows
string
winapi
sizeof
sizeof(*this) and decltype(*this) in derived classes
Aug 25, 2026
c++
c++11
inheritance
sizeof
decltype
sizeof of structure and pointer to structure?
Aug 19, 2026
c
sizeof
what is sizeof() operator doing in C++
Aug 18, 2026
c++
stl
sizeof
What is the size of the memory area pointed to by an unsigned char *?
Aug 16, 2026
c
base64
byte
sizeof
Is sizeof(<variable>) instead of sizeof(<type>) always safe?
Aug 14, 2026
c
pointers
malloc
sizeof
Alignment and size guarantees for single member structs
Aug 13, 2026
c++
struct
alignment
sizeof
What is the size of a derived class if a base class has no members?
Aug 12, 2026
c++
generics
inheritance
sizeof
empty-class
Size of pointer, pointer to pointer in C
Aug 10, 2026
c
pointers
sizeof
Visual Studio sizeof illegal operand
Aug 09, 2026
c++
windows
visual-studio
visual-c++
sizeof
Why is it more safe to place sizeof in malloc first?
Aug 06, 2026
c
malloc
sizeof
size-t
integer-promotion
What arguments does the sizeof operator take in C?
Aug 07, 2026
c
parameters
pointers
arguments
sizeof
C++ Placement New with Templates
Aug 03, 2026
c++
templates
sizeof
Older Entries »