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 pointers
What does `((void (*)())0x1000)();` mean? [duplicate]
Aug 28, 2022
c
pointers
void
What is the difference between QPointer, QSharedPointer and QWeakPointer classes in Qt?
Oct 13, 2022
c++
qt
pointers
qsharedpointer
qpointer
How to use pointer expressions to access elements of a two-dimensional array in C?
Sep 25, 2022
c
pointers
multidimensional-array
memcpy vs for loop - What's the proper way to copy an array from a pointer?
Aug 30, 2022
c++
arrays
pointers
copy
What does '**' mean in C?
Aug 30, 2022
c++
c
syntax
pointers
operators
C++ pointer assignment
Aug 24, 2022
c++
pointers
Why are two raw pointers to the managed object needed in std::shared_ptr implementation?
Aug 30, 2022
c++
pointers
c++11
shared-ptr
C++ standard: dereferencing NULL pointer to get a reference? [duplicate]
Aug 30, 2022
c++
pointers
reference
null
Efficiency on a 64-bit platform: pointer vs 32-bit array indexing
Oct 18, 2022
c++
arrays
performance
pointers
returning a local variable from function in C [duplicate]
Aug 30, 2022
c
pointers
local-variables
Is passing pointer argument, pass by value in C++?
Aug 30, 2022
c++
function
pointers
pass-by-value
C# ref is it like a pointer in C/C++ or a reference in C++?
Mar 30, 2017
c#
pointers
memory-management
reference
ref
Why isn't it legal to convert "pointer to pointer to non-const" to a "pointer to pointer to const"
Aug 23, 2022
c++
pointers
constants
const-correctness
Why isn't this pointer arithmetic allowed in C? [duplicate]
Aug 30, 2022
c
arrays
pointers
Accessing array values via pointer arithmetic vs. subscripting in C
Aug 30, 2022
objective-c
c
arrays
pointers
pointer-arithmetic
Does C check if a pointer is out-of-bound without the pointer being dereferenced?
Aug 30, 2022
c
pointers
language-lawyer
Can a pointer (address) ever be negative?
Aug 30, 2022
c
pointers
return-value
signed
Copying derived entities using only base class pointers, (without exhaustive testing!) - C++
Sep 29, 2021
c++
inheritance
pointers
copy-constructor
What's a modern term for "array/pointer equivalence"?
Oct 14, 2022
c
arrays
pointers
terminology
Accessing the [] operator from a pointer
Aug 30, 2022
c++
pointers
operators
« Newer Entries
Older Entries »