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
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
What is the best way to handle unknown types in a C++ structure?
Nov 09, 2019
c++
pointers
interpreter
void-pointers
int to void* - avoiding c-style cast?
Jun 05, 2022
c++
pointers
opengl
casting
void-pointers
When to use a void pointer over a char pointer?
Sep 24, 2022
c
pointers
void
void-pointers
Is the equality relation of pointers after round-trip conversion guaranteed to be transitive?
Apr 17, 2022
c
pointers
language-lawyer
void-pointers
What does the parameter type void*& mean and what's its use?
Sep 26, 2019
c++
pass-by-reference
void-pointers
boinc
C Dereference void* pointer
Jul 09, 2022
c
pointers
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 »