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
If two pointers point to the same memory address, do you only need to use free(ptr) once or twice?
Dec 25, 2022
c
pointers
memory
memory-leaks
malloc
Cut out section of string
Dec 25, 2022
c
string
pointers
Initializing an array of pointers to pointers
Dec 25, 2022
c
arrays
pointers
Array of pointers to multidimensional arrays
Dec 24, 2022
c
arrays
pointers
Getting an address using both square brackets and ampersand
Dec 24, 2022
c
pointers
standards
Casting a pointer to a sub-class (C++)
Dec 25, 2022
c++
pointers
Pointer allocation vs normal declaration
Dec 25, 2022
c++
pointers
allocation
Pointer arithmetic and arrays: what's really legal?
Dec 24, 2022
c
arrays
pointers
pointer-arithmetic
How to return a copy of the data in C++
Dec 24, 2022
c++
pointers
How to tell where I am in an array with pointer arithmetic?
Dec 25, 2022
c
pointers
Arrays of pointers to arrays?
Dec 24, 2022
c++
arrays
pointers
Why does a pointer's allocated memory persist after a function, but not an array?
Dec 24, 2022
c++
arrays
memory
pointers
scope
Is it possible to get the pointer the continous memory fragment in a std::vector<char> in C++?
Dec 24, 2022
c++
memory
pointers
vector
malloc
How can I find an element in a set which contains pointers to the elements?
Dec 24, 2022
c++
pointers
stl
set
containers
Store pointer value
Dec 24, 2022
c
pointers
memory-management
Arithmetic with void pointers in C++
Dec 24, 2022
c++
pointers
void-pointers
C Pointer arithmetic in Python
Dec 24, 2022
python
c
arrays
math
pointers
Use an un-initialized pointer as a function parameter
Dec 24, 2022
c++
pointers
pass-by-reference
Changing a char array's values
Dec 24, 2022
c
arrays
pointers
Why this code generates an exception?
Dec 22, 2022
delphi
pointers
dynamic-arrays
« Newer Entries
Older Entries »