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
typedef void (*MyCallback) : What is it and how to use it? [duplicate]
Dec 08, 2025
c++
pointers
typedef
void
Confusion about return type of a function when it is a pointer
Dec 08, 2025
c++
pointers
return-value
Passing by reference or use global variable in C
Dec 07, 2025
c
pointers
pass-by-reference
array addressing [duplicate]
Dec 08, 2025
c
pointers
arrays
Allocating memory to 3D array
Dec 07, 2025
c
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
« Newer Entries
Older Entries »