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
C pointer arithmetics
Aug 26, 2022
c
pointers
C++ new * char aren't empty
Sep 25, 2022
c++
pointers
null
char
Need of Pointer to pointer
Jul 27, 2022
c
pointers
Difference between const declarations in C++
Oct 22, 2019
c++
syntax
pointers
constants
parameters
Are a, &a, *a, a[0], &a[0] and &a[0][0] identical pointers?
Oct 11, 2022
c
arrays
pointers
multidimensional-array
Why would someone use this type of cast in C? The reference of a float is cast to an int pointer and then dereferenced
Oct 25, 2022
c
pointers
casting
What's the Point of (NSError**)error?
May 07, 2014
iphone
objective-c
pointers
Is int *array[32] a pointer to an array of 32 ints, or an array of 32 pointers to int? Does it matter?
Sep 05, 2022
c
arrays
pointers
multidimensional-array
auto* vs. auto in C++ [duplicate]
Mar 25, 2022
c++
pointers
c++11
auto
How does the derived class destructor get invoked being private in the following program?
Aug 26, 2022
c++
pointers
private
derived-class
virtual-destructor
Why does a printf() allow this double to be passed by pointer?
Nov 13, 2022
c
pointers
visual-studio-2008
C++ Writing const vectors with pointers to non const
May 06, 2021
c++
pointers
vector
constants
What values are pushed onto stack during a function call?
Dec 28, 2018
c
pointers
Overload function for both arrays-of-const and pointers-to-const
Sep 27, 2022
c++
arrays
templates
pointers
overloading
How do one use `offsetof` to access a field in a standard conforming way?
Jul 01, 2020
c
pointers
language-lawyer
offsetof
Using std::launder to get a pointer to an active object member from a pointer to an inactive object?
Dec 23, 2021
c++
pointers
language-lawyer
c++17
unions
Can a pointer to an incomplete type be incomplete?
Sep 14, 2022
c
pointers
language-lawyer
incomplete-type
Convert an array of pointers to an array of IntPtr
Apr 25, 2021
c#
.net
arrays
pointers
intptr
C# -- Create Managed Array from Pointer
Dec 06, 2014
arrays
pointers
unmanaged
managed
Passing a Java class into a void* parameter with JNA
Oct 21, 2018
java
pointers
jna
« Newer Entries
Older Entries »