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++ - Does the Destructor just deallocate the memory or does it actually delete the object?
Dec 25, 2022
c++
pointers
memory-management
destructor
Performance: Pointer dereferencing in C++
Dec 26, 2022
c++
performance
pointers
arithmetic of pointers in c++ due to allocation
Dec 24, 2022
c++
pointers
math
C structure that ends with an asterisk
Dec 25, 2022
c
pointers
struct
Is pointer to struct a pointer to its first member?
Dec 26, 2022
c
pointers
struct
alignment
Why do I an get error when trying to print a null pointer
Dec 25, 2022
c
pointers
Returning float in void* function
Dec 25, 2022
c
function
pointers
return
Is modifying an object through a pointer to const undefined behavior?
Dec 25, 2022
c
pointers
constants
language-lawyer
undefined-behavior
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
« Newer Entries
Older Entries »