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
How restrictive is the restrict keyword?
Dec 05, 2025
c
pointers
How to return a pointer from a function that calls a function by pointer to a function that returns a pointer?
Dec 05, 2025
c
function
pointers
Declaring volatile pointer to a pointer which points to non-volatile data
Dec 05, 2025
c
pointers
syntax
volatile
Two pointers referencing the same memory location, possible to make null if we deallocate the space?
Dec 05, 2025
c++
pointers
c++14
Accessing 2D array values using a pointer
Dec 05, 2025
c
arrays
pointers
C++ Assign Pointer to Pointer
Dec 05, 2025
c++
pointers
C memcpy copies bytes with little endianness
Dec 05, 2025
c++
c
pointers
endianness
Why the client can't dereference the pointer in this situation?
Dec 04, 2025
c
pointers
struct
'calloc' does not automatically consumes memory out of RAM
Dec 04, 2025
c
pointers
memory
memory-management
ram
Modifying a char *const string
Dec 05, 2025
c++
c
string
pointers
runtime-error
Assigning array of strings to char **
Dec 05, 2025
c
arrays
string
pointers
variable-assignment
What is the diffrence between char *str="this is a string" from char *str = strdup("this is a string") in C
Dec 04, 2025
c
pointers
c-strings
string-literals
strdup
Deleting a 2D or 3D pointer created with new
Dec 04, 2025
c++
pointers
new-operator
delete-operator
Implementing callback with pointer to non-static member function
Dec 04, 2025
c++
design-patterns
pointers
callback
function-pointers
How to read a 4 column text file into two char arrays in C?
Dec 02, 2025
c
arrays
file
pointers
When adding to list why does Python copy values instead of pointers?
Dec 04, 2025
python
pointers
scope
C++ pointers memory usage
Dec 04, 2025
c++
pointers
memory-management
Pointer syntax usage in Array
Dec 03, 2025
c++
c
arrays
pointers
Image Manipulation - is this a for-loop issue?
Dec 03, 2025
c++
image
pointers
for-loop
« Newer Entries
Older Entries »