CodePudding
Home
front end
Back-end
Net
Software design
Enterprise
Blockchain
Mobile
Software engineering
database
OS
other
Tags
>
struct
09-15
Software engineering
Cast struct to its first member inside a function(void *)
09-14
Blockchain
Issue with a first-class linked list implementation in C
09-13
Net
struct with typedef and declaring a function
09-13
Mobile
C Programming - How to properly declare a struct pointer in header file
09-13
database
How do I allocate space to call GetInterfaceInfo using the windows crate?
09-12
Blockchain
Building a struct with a field name which has a comma
09-12
Mobile
What is the usage of double pointers between two structs?
09-12
Mobile
Passing a reference of a member in a struct to modify it
09-12
Blockchain
When pointers are used in a struct field, where is the underlying value actually stored?
09-11
Net
I am getting segmentation error in c when declaring a struct
09-11
Software engineering
C tree, delete an element if a condition is met
09-10
Blockchain
Assigning map of slices in a struct in Golang
09-08
Software engineering
Defining declared member function inside struct
09-07
Back-end
Casting a struct to a void pointer and back again in a different thread changes member values
09-07
Software engineering
Use malloc to allocate space for multiple elements in a linked list
09-07
Back-end
How can I call a variable from an array that has a type of struct?
09-07
Software design
C error C2280. Why struct is non-copyable
09-06
Mobile
Should I worry about structure alignment in C language when I write applications or it is done autom
09-06
Mobile
C - Modifying data of a pointer inside a const struct
09-05
Mobile
what's the difference between a method referenced by an asterisk and method that isn't in
09-05
Software design
Get the first two words from a struct in PySpark data frame
09-05
database
Why am I getting an 'expected identifier before (' when attempting to refer to values with
09-04
Blockchain
Golang: implicit struct matching
09-04
Blockchain
Change values in struct model
09-03
Software engineering
How to defaultly set variable inside C struct
09-03
Software engineering
Is there a noticeable difference between defining & declaring the struct in one block vs. declaring
09-02
Software engineering
How do I make the following C structure more memory efficient?
09-02
Software engineering
What are the requirements for compatible structure types declared in the same translation unit?
09-01
Mobile
SwiftUI pass parameter to Class from UIViewRepresentable
09-01
Enterprise
SQL - NULL values included in array when using 'IGNORE NULLS'
08-31
Mobile
How is a pointer to an array of int pointers initialized dynamically using malloc?
08-31
OS
SQL - How to SUM a field inside a STRUCT that is being used in ARRAY_AGG
08-30
database
Return the struct instead of an instance of it in Go?
08-30
Blockchain
How to initialize a constant array of struct in another dynamically allocated struct
08-29
Enterprise
TypeError : Member push not found
08-28
Mobile
Getting -Wincompatible-pointer-types for struct pointer warning when compiling
08-26
Software engineering
How can i fix segmentation fault in my code and what is the process I should follow to fix this in t
08-26
Software engineering
How to use .contains with array of Struct in SwiftUI?
08-26
Blockchain
Is it efficient passing structs as parameters by value to a function?
08-26
Blockchain
Why does this pointer declaration work with malloc()?
900
1
2
3
4
5
6
7
8
9
10
Next
Last
Links:
CodePudding