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 struct
Using structs with attibute packed when parsing binary data
Dec 09, 2025
c
memory
struct
How is the size of structures with bit-fields are calculated which contains some unnamed members and zero sized bit-fields?
Dec 09, 2025
c
struct
unions
bit-fields
What is a real world example of using a unit struct?
Dec 08, 2025
struct
rust
Checking for null/empty float values when using sscanf
Dec 08, 2025
c
arrays
struct
scanf
fgets
A Struct with an Array of Structs with Arrays inside Them (and an Array) inside It: How would I malloc this?
Dec 09, 2025
c
arrays
struct
malloc
Port C's fread(&struct,....) to Python
Dec 07, 2025
python
c
struct
porting
How to access C structs from a python array
Dec 07, 2025
python
c
struct
wireless
beagleboneblack
How do I implement IEqualityComparer on an immutable generic Pair struct?
Dec 09, 2025
c#
generics
struct
Cloning a struct?
Dec 08, 2025
c
pointers
struct
glut
deep-copy
adding elements to array of structs in C
Dec 07, 2025
c
arrays
struct
Passing a const pointer to a struct vs pass by value [duplicate]
Dec 08, 2025
c
performance
pointers
struct
coding-style
C struct, incomplete field type
Dec 08, 2025
c
struct
Trying to set a struct's inside array to be initialized in C
Dec 08, 2025
c
arrays
struct
storing all c stuct arrays in only one single memory segment obtained with malloc/calloc
Dec 08, 2025
arrays
c
multidimensional-array
struct
malloc
Using a mutex within a struct in Go
Dec 08, 2025
go
struct
concurrency
mutex
C++: Pass struct to PThread
Dec 07, 2025
c++
struct
pthreads
How to covert a structure to a byte array in C? [duplicate]
Dec 07, 2025
c
struct
arrays
How to embed a method result into JSON output when marshalling a type?
Dec 08, 2025
json
struct
go
marshalling
Why are anonymous structs (non typedef'd) useful in c?
Dec 06, 2025
c
struct
Older Entries »