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
Clang-format: how to format C struct initializer this way
Mar 24, 2026
c
struct
initializer
clang-format
Why Swift library uses "enum CommandLine" instead of "struct CommandLine"?
Mar 25, 2026
swift
struct
enums
What is the "proper" way to allocate variable-sized buffers in C++?
Mar 26, 2026
c++
struct
size
new-operator
How to access struct members by name in scala native?
Mar 25, 2026
struct
member
ffi
language-interoperability
scala-native
First expierences with struct. Why is this output happening?
Mar 25, 2026
c
struct
Struct default constructor still be used despite overriding it
Mar 25, 2026
c#
struct
When does a pointer in C figure out the amount of memory it references?
Mar 25, 2026
c
pointers
struct
types
member-variables
Initializing a vector of a struct in a struct
Mar 25, 2026
c++
class
vector
struct
C++ Using std::transform on a vector of structures
Mar 24, 2026
c++
vector
struct
transform
C++ code crashing when trying to pass struct [duplicate]
Mar 24, 2026
c++
pointers
struct
gtk
C# calling c dll functions whose return type is struct* (I don't have the struct c code/definition)
Mar 24, 2026
c#
c
struct
dllimport
Accessing a struct by index
Mar 23, 2026
c
pointers
indexing
struct
structs with same name and same meber types but different member names [duplicate]
Mar 24, 2026
c
data-structures
struct
types
language-lawyer
C++ Reading text file with delimiter into struct array
Mar 23, 2026
c++
arrays
struct
Is it possible to have an array of structs which conform to the same protocol also support Codable?
Mar 23, 2026
ios
swift
struct
codable
swift-protocols
C: How to free memory to struct when not having a pointer to it anymore?
Mar 21, 2026
c
function
struct
malloc
free
C++: Do functions within structs get copied with the struct?
Mar 21, 2026
c++
function
struct
Whats the value of &y[0] == &x.a?
Mar 22, 2026
c++
arrays
struct
C: initializing struct with an array of strings
Mar 21, 2026
c
arrays
string
struct
Older Entries »