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 (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
What is the best way to keep a pointer to different types when only one of them is needed at a time?
Nov 07, 2022
c++
c++11
pointers
unions
void-pointers
Is it possible to allocatate uninialized array in a way that does not result in UB?
Nov 08, 2022
c++
memory-management
dynamic-memory-allocation
void-pointers
reinterpret-cast
Cast void pointer to uint64_t array in C
Oct 23, 2022
c
pointers
memory
void-pointers
dereference
Array of struct and sizeof
Oct 02, 2022
c
pointers
structure
void-pointers
Using python ctypes and libc to write void pointer to binary file
Mar 30, 2022
python
ctypes
fwrite
void-pointers
libc
Observing changes to an object w/ KVO, context pointer doesn't seem to be working with a void*, but works with an NSString*
Mar 01, 2022
objective-c
key-value-observing
void-pointers
void** pointer and void*[] as function parameters [duplicate]
Jun 02, 2022
c
arrays
pointers
casting
void-pointers
correct (or safest )way of initializing void pointer with non-zero value?
Aug 31, 2022
c++
c++17
void
void-pointers
How do you convert void pointer to char pointer in C
Sep 11, 2022
c
pointers
void-pointers
void pointers: difference between C and C++
Sep 15, 2020
c++
c
void-pointers
Is there a way to cast shared_ptr<void> to shared_ptr<T>?
Sep 13, 2018
c++
shared-ptr
void-pointers
reference-counting
Why `void* = 0` and `void* = nullptr` makes the difference?
Sep 08, 2022
c++
templates
language-lawyer
void-pointers
nullptr
how to use void ** pointer correctly?
Sep 13, 2022
c
void-pointers
« Newer Entries
Older Entries »