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
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
typecast to (void *) when passing pointer to object
Jan 29, 2023
c
pointers
types
casting
void-pointers
Do I need to/can I free a void pointer in C?
Jan 02, 2023
c
pointers
void
void-pointers
Arithmetic with void pointers in C++
Dec 24, 2022
c++
pointers
void-pointers
Iterating over an array cast as void*
Dec 20, 2022
c
casting
void-pointers
Comparing struct pointers, casting away members, and UB
Dec 20, 2022
c
casting
undefined-behavior
void-pointers
strict-aliasing
Can we call (void *)0 a void pointer in C?
Dec 20, 2022
c
pointers
null
void-pointers
null-pointer
Strange pointer casting with void *
Dec 17, 2022
c
casting
void-pointers
comparing if void * contains 0 numbytes?
Dec 17, 2022
c
void-pointers
Why does `(void *)&` get the address of the variable?
Dec 15, 2022
c++
casting
operator-overloading
c-strings
void-pointers
Do I need to initiallize(set to 0) memory after calling realloc?
Dec 10, 2022
c
void-pointers
realloc
Assignment of const to non-const in C
Dec 09, 2022
c
constants
void-pointers
Pointers to void pointers in C - can I use void** for rudimentary polymorphism?
Dec 08, 2022
c
void-pointers
Error Performing Pointer Arithmetic on void * in MSVC
Dec 08, 2022
c++
visual-c++
void-pointers
Porting C code to C++, problem with casting void* from malloc to desired pointer
Dec 06, 2022
c++
pointers
type-conversion
void-pointers
static_cast'd pointer value
Feb 06, 2023
c++
language-lawyer
c++17
void-pointers
static-cast
Older Entries »