Newbetuts
.
New posts in void-pointers
What is a void pointer and what is a null pointer?
c++
pointers
void-pointers
null-pointer
What does "typedef void (*Something)()" mean
c++
typedef
static-members
void-pointers
multiple inheritance: unexpected result after cast from void * to 2nd base class
c++
gcc
multiple-inheritance
casting
void-pointers
Why is it impossible to have a reference-to-void?
c++
reference
void-pointers
How to cast an integer to void pointer?
c
casting
void-pointers
dynamic_cast from "void *"
c++
rtti
void-pointers
dynamic-cast
Pointer arithmetic when void has unknown size [closed]
c
visual-studio
gcc
void-pointers
pointer-arithmetic
What does "void *(*)(void *)" mean in C++?
c++
pointers
pthreads
function-pointers
void-pointers
Ternary Operator (?:) based assignment avoids type check in C
c
gcc
implicit-conversion
conditional-operator
void-pointers
casting via void* instead of using reinterpret_cast [duplicate]
c++
casting
void-pointers
language-lawyer
reinterpret-cast
Using intptr_t instead of void*?
c
pointers
32bit-64bit
void-pointers
intptr
error: cast from 'void*' to 'int' loses precision
c++
casting
void-pointers
Is ((void *) -1) a valid address?
c
void-pointers
void pointers: difference between C and C++
c++
c
void-pointers
What is a void pointer in C++? [duplicate]
c++
void-pointers
When I write my own strchr function, there is a part in the return step that I don't understand
c
return
void-pointers
char-pointer
Why can void pointers be subtracted but not added?
c
language-lawyer
void-pointers
pointer-arithmetic
Concept of void pointer in C programming
c
void-pointers
Objective-C: difference between id and void *
objective-c
void-pointers
C isn't that hard: void ( *( *f[] ) () ) ()
c
parsing
pointers
function-pointers
void-pointers
Prev
Next