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
Ada array access: Pointer to a specific item within the array, the position being dynamic based on input parameters.
Dec 07, 2025
pointers
ada
If pointers are all the same size, how come we have to declare the type of object they point to?
Dec 07, 2025
c++
pointers
Cast a pointer to struct to a pointer to the only member of that struct
Dec 07, 2025
c++
pointers
c++11
struct
strict-aliasing
When we call (char*)malloc(sizeof(char)) to allocate memory for a string, is it initialized? How to initialize?
Dec 06, 2025
c
pointers
initialization
Changing elements of a constant char* literal in VS
Dec 06, 2025
c++
pointers
char
constants
Polymorphism in C++ does not work correctly with reference
Dec 07, 2025
c++
pointers
reference
polymorphism
Why I encounter a NULL terminating character at start of a string when I go backwards through it?
Dec 06, 2025
c
string
pointers
dereference
decrement
How do arrays work inside a struct?
Dec 07, 2025
c
arrays
pointers
struct
when explicit pointer type cast is needed?
Dec 06, 2025
c++
c
pointers
casting
cannot assign to `*x` because it is borrowed
Dec 07, 2025
pointers
rust
lifetime
borrow-checker
Accessing elements of typedef'ed array of pointers
Dec 05, 2025
c++
c
arrays
pointers
How efficient smart pointers are?
Dec 06, 2025
c++
pointers
c++11
std
Assign an array to a pointer with complex cases
Dec 06, 2025
c
arrays
pointers
Passing an array of a structure between functions
Dec 05, 2025
c
arrays
pointers
structure
Global pointer in C
Dec 06, 2025
c
pointers
scheme
interpreter
C++ memory allocation for objects pointers
Dec 06, 2025
c++
object
memory
pointers
allocation
Why is a pointer needed for initialising an object on the heap, but not on the stack?
Dec 06, 2025
c++
class
pointers
heap-memory
stack-memory
Hiding pointers with references
Dec 05, 2025
c++
pointers
reference
"expected specifier-qualifier-list before ‘*’ token" error in variadic function
Dec 06, 2025
c
pointers
struct
Short & Quick malloc memory access issue
Dec 06, 2025
c
arrays
pointers
multidimensional-array
malloc
Older Entries »