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
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
How do I tell the size of the smallest unit of information in C?
Jul 30, 2026
c
sizeof
bit
Visual Studio 2010 C++ compiler allocating wrong size for class
Jul 28, 2026
c++
class
private
sizeof
How does struct Node *ptr = malloc(sizeof(*ptr)) work?
Jul 27, 2026
c
pointers
malloc
sizeof
Why standard forbids sizeof to be applied to functions
Jul 27, 2026
c
sizeof
How to control the size of a class to be a multiple of the size of a member?
Jul 26, 2026
c++
struct
alignment
padding
sizeof
Why don't the authors of the C99 standard specify a standard for the size of floating point types?
Jul 26, 2026
c
floating-point
sizeof
c99
standardization
Length of arbitrary array type in C function
Jul 25, 2026
c
arrays
sizeof
invalid application of 'sizeof' to incomplete type 'QStaticAssertFailure<false>' at QGlobal.h
Jul 25, 2026
c++
qt
sizeof
How is it possible to get the largest member of template parameter pack?
Jul 24, 2026
c++
templates
sizeof
Older Entries »