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 void-pointers
C , Error: Expression must be a modifiable lvalue
Oct 31, 2025
c
pointers
casting
void-pointers
Comparing values pointed at by void pointers in C
Oct 30, 2025
c
pointers
void-pointers
Why is it necessary to cast to void** (e.g. in cudaMalloc calls)?
Oct 29, 2025
c
pointers
cuda
void-pointers
Why can an array used in fread/fwrite in a position of a buffer be written with or without & and yield the same result?
Oct 28, 2025
c
pointers
cs50
implicit-conversion
void-pointers
Making std::to_string work with void pointers, like operator<<? [closed]
Oct 28, 2025
c++
string
c++11
void-pointers
ostream
casting void* to std::function
Oct 25, 2025
c++11
casting
void-pointers
std-function
copy to void* pointer
Sep 18, 2025
c
copy
void-pointers
Is it safe to pass a void pointer to function that accepts a non-void pointer?
Sep 12, 2025
c
pointers
void-pointers
Incompatible pointer type warning with pointer-to-pointer types when passing char** to void** function parameter
Sep 08, 2025
c
pointers
void-pointers
gcc-warning
pointer-to-pointer
Is there a way to make a single function operate on different structures (having common members) in c
Sep 07, 2025
c
struct
void-pointers
function prototype with void* parameter
Mar 24, 2023
c
void-pointers
function-prototypes
How do I dynamically cast from a void * pointer generically?
Mar 11, 2023
c++
void-pointers
dynamic-cast
Test for void pointer in C++ before deleting
Feb 28, 2023
c++
memory
valgrind
void-pointers
delete-operator
Does delete need to be used for new'd arrays created in vector?
Jan 31, 2023
c++
arrays
pointers
vector
void-pointers
Why do I Have to reinterpret_cast Pointer Pointers?
Jan 30, 2023
c++
void-pointers
reinterpret-cast
static-cast
double-pointer
static_cast'd pointer value
Feb 06, 2023
c++
language-lawyer
c++17
void-pointers
static-cast
Why can't we use a void* to operate on the object it addresses
Sep 03, 2025
c++
void-pointers
operation
How to use buffer overflow to modify function pointer value?
Sep 03, 2025
c
security
function-pointers
buffer-overflow
void-pointers
The validity of casting in the 'function pointer' version of K&R's qsort
Sep 02, 2025
c
casting
language-lawyer
void-pointers
kernighan-and-ritchie
How void pointer arithmetic is happening in GCC
Sep 02, 2025
c
pointers
gcc
void-pointers
pointer-arithmetic
Older Entries »