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
Casting pointers to const in container types
Feb 27, 2022
c++
pointers
casting
containers
constants
When to use a void pointer over a char pointer?
Sep 24, 2022
c
pointers
void
void-pointers
Why in this example there is "for(auto& x : v)" and not "for(auto x : &v)"?
Mar 23, 2022
c++
pointers
reference
Should a variable of type float* point to a single float or a sequence of floats?
Jul 18, 2022
c
pointers
Is the equality relation of pointers after round-trip conversion guaranteed to be transitive?
Apr 17, 2022
c
pointers
language-lawyer
void-pointers
Subtracting 1 vs decrementing an iterator
Sep 13, 2022
c++
pointers
iterator
undefined-behavior
pointer-arithmetic
passing pointers from C to C++ and vice versa
Jun 13, 2017
c++
c
pointers
Return array of strings
Mar 09, 2018
c
string
pointers
How to get the C pointer array length? [duplicate]
Oct 22, 2022
c
arrays
pointers
programming-languages
C Dereference void* pointer
Jul 09, 2022
c
pointers
void
void-pointers
Did languages before C/C++ have pointers?
Apr 02, 2022
c
pointers
fortran
implementation
pascal
C++ function called without object initialization
May 05, 2022
c++
pointers
object
initialization
Why there's a mem leak and how to fix it?
Nov 03, 2022
delphi
pointers
memory-leaks
Using Action<PointerClass*> as an argument
Feb 07, 2021
c#
.net
pointers
unsafe
Why does this declaration not work
Oct 12, 2019
c
pointers
typedef a type to a pointer
Oct 31, 2022
c++
pointers
typedef
How to implement this struct as a class without pointers in c#?
May 22, 2022
c#
class
pointers
struct
volatile and const pointer
Oct 31, 2022
c
pointers
constants
volatile
"assignment discards 'const' qualifier" error on non-const pointer
Apr 04, 2020
c
pointers
constants
Java and exact reference size for objects, array and primitive types
Oct 30, 2022
java
arrays
memory
pointers
memory-consumption
« Newer Entries
Older Entries »