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
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
sizeof(*this) gives wrong value
Jul 16, 2026
c++
assembly
sizeof
How does the computer(C compiler, or something else) handle "automatic array declaration"? | C language
Jul 13, 2026
c
arrays
memory-management
sizeof
dynamic-arrays
What if a null character is present in the middle of a string?
Jul 11, 2026
c
null
sizeof
strlen
Dealing with array size
Jun 30, 2026
c++
arrays
sizeof
Memory allocation for pointer to an array in c?
Jun 22, 2026
arrays
c
printf
sizeof
pointer-to-array
Why is sys.getsizeof reporting bigger values for smaller lists?
Jun 21, 2026
python
list
sizeof
Difference between std::size() vs sizeof() when determining array size
Jun 18, 2026
c++
sizeof
Calculating the size of structure in bytes without using sizeof [closed]
Jun 18, 2026
c
sizeof
sizeof('\0') null terminator as literal is four bytes but how come in string of characters it takes only one byte?
Jun 16, 2026
c
malloc
c-strings
sizeof
null-terminated
How can I calculate (manually) the SizeOf a string, also does a class add to a size?
Jun 13, 2026
c#
class
sizeof
Older Entries »