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
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
C (void *) used as polymorphic function pointer
Dec 05, 2022
c
pointers
polymorphism
void-pointers
Safe way of casting void* to something higher?
Dec 04, 2022
c++
void-pointers
Casting from void* to an object array in c++
Dec 03, 2022
c++
arrays
casting
void-pointers
Struct instantiation from void pointer buffer
Dec 01, 2022
c++
struct
allocation
void-pointers
placement-new
Difference between Auto and Void?
Dec 01, 2022
c++
pointers
c++11
void-pointers
C: Function returning via void *
Nov 28, 2022
c
memory
pointers
malloc
void-pointers
« Newer Entries
Older Entries »