Menu
NEWBEDEV
Python
Javascript
Linux
Cheat sheet
NEWBEDEV
Python 1
Javascript
Linux
Cheat sheet
Contact
New posts in Pointers
Is it Legal to reinterpret_cast to a void*
Apr 17, 2021
Should I always use size_t when indexing arrays?
Apr 17, 2021
Why are `&array` and `array` pointing to the same address?
Apr 17, 2021
Is (*exptr)->cnt the same as exptr->cnt or (*exptr).cnt?
Apr 17, 2021
How to get a pointer (instead of a copy) to an array in Swift?
Apr 17, 2021
std::set<int * const> won't compile
Apr 17, 2021
Pointer arithmetics with two different buffers
Apr 17, 2021
Calculate array length via pointer arithmetic
Apr 17, 2021
Why is constness not enforced for pointers?
Apr 17, 2021
Is it legal to access struct members via offset pointers from other struct members?
Apr 17, 2021
« Newer Entries
Older Entries »