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
can void* be used to store function pointers? [duplicate]
Jun 11, 2022
c++
c
function-pointers
void-pointers
%p format specifier needs explicit cast to void* for all types but char* in printf
Sep 22, 2022
c
types
casting
printf
void-pointers
How to make generic function using void * in c?
Sep 14, 2022
c
void-pointers
When is uintptr_t preferred over intptr_t?
Aug 15, 2022
c
pointers
void-pointers
C++, does bool conversion always fall back to implicit conversion to void*?
Sep 17, 2022
c++
implicit-conversion
void-pointers
Casting void pointers
Oct 21, 2022
c
pointers
void-pointers
Explicit void pointer as function parameter
Oct 19, 2022
c++
c++11
c++14
void-pointers
Is ((void *) -1) a valid address?
Aug 18, 2022
c
void-pointers
Mental model for void* and void**?
Oct 25, 2019
c++
c
void-pointers
Using intptr_t instead of void*?
Sep 04, 2022
c
pointers
32bit-64bit
void-pointers
intptr
Is it undefined behaviour to delete a null void* pointer?
Sep 04, 2022
c++
undefined-behavior
void-pointers
language-lawyer
null-pointer
Converting a void* to a std::string
Sep 03, 2022
c++
string
printf
void-pointers
c: size of void*
Sep 02, 2022
c
void-pointers
Warning: cast to/from pointer from/to integer of different size
Sep 02, 2022
gcc
int
void-pointers
gcc-warning
What does this mean: a pointer to void will never be equal to another pointer?
Sep 07, 2022
c
pointers
void-pointers
casting via void* instead of using reinterpret_cast [duplicate]
Aug 31, 2022
c++
casting
void-pointers
language-lawyer
reinterpret-cast
dynamic_cast from "void *"
Aug 30, 2022
c++
rtti
void-pointers
dynamic-cast
Is there a way to avoid implicit conversion to void*?
Aug 30, 2022
c++
implicit-conversion
void-pointers
What is a void pointer and what is a null pointer?
Sep 21, 2022
c++
pointers
void-pointers
null-pointer
What does "typedef void (*Something)()" mean
Feb 05, 2022
c++
typedef
static-members
void-pointers
« Newer Entries
Older Entries »