CodePudding
Home
front end
Back-end
Net
Software design
Enterprise
Blockchain
Mobile
Software engineering
database
OS
other
Tags
>
void-pointers
09-15
Software engineering
Cast struct to its first member inside a function(void *)
09-12
front end
Can't cast void pointer returned by RegGetValueA
09-11
Net
Calling overrided method on Derived class casted from void ptr causes segmentation fault
08-31
Software engineering
Swapping 2 void pointers addresses
08-24
OS
Void pointer to a string printing incorrect address
08-20
Back-end
assigning a void pointer to another
08-10
Software design
Pointer modification
08-10
Net
Can't dereference a char* array passed through a function
08-01
front end
pointer of pointer (**) print question, how does it work?
07-15
Enterprise
Why does one of my ways of passing retval (void *) to pthread_exit() give unexpected results?
07-06
Back-end
Meaning of pthread_create function and its parameters
06-29
Enterprise
converting a string to a void pointer
06-14
Mobile
First element of Struct is lost when writing Struct to void pointer
06-14
OS
Why can an array used in fread/fwrite in a position of a buffer be written with or without & and yie
06-10
Enterprise
How to make void(*)(...) as a struct member
06-08
other
What is happening in this pointer to string compare function?
05-22
Blockchain
Converting void* to int*
05-21
Net
Python ctypes: how to define a callback having a buffer pointer and a length in argument?
05-20
Blockchain
How can I pass void pointer to function in C?
05-06
front end
find elements of an array in another array, why do I have this error?
04-29
Back-end
In plain C, could we implement generic functions using pointers to char instead of pointers to void?
04-26
front end
Why does memchr() take a void pointer as input?
04-21
Net
Convert void pointer to a dynamic type
04-17
Net
Is an external void pointer to a local variable safe?
04-14
Software design
Why can't we use a void* to operate on the object it addresses
04-14
Software design
Do all pointers have the same size in C
04-13
Software engineering
Is it possible to set bits of a void* value without type casting it to an int or char?
04-12
Enterprise
How to properly solve memset() function MISRA errors in C?
04-09
Back-end
invalid conversion from 'void (*)()' to 'void*' (C )
04-05
Software engineering
How can I call the following void function with double parameters?
03-28
database
Is this a correct way to store different types in the same allocation?
03-21
Net
Cast a variable to void pointer in Julia
03-10
OS
C Void Array Traversal
03-05
front end
In plain C, how to assign a void pointer value to a double
03-01
other
*(int *)foo VS (int *)*foo. Whats the difference between these two?
02-10
OS
Void function required to return value?
12-08
Blockchain
Void Pointer Usage
12-08
Software design
C getting type of a pointer
12-01
Mobile
Calculate range of variable types in C
11-21
Net
Casting generic pointers in c
50
1
2
Next
Last
Links:
CodePudding