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++ 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
can realloc Array, then Why use pointers?
Dec 03, 2025
c++
c
pointers
data-structures
Remove redundant whitespace from string (in-place)
Dec 03, 2025
c
pointers
assigning char pointer to char and char array variable
Dec 02, 2025
c
pointers
char
Retrieving last set of input values from a char pointer
Dec 03, 2025
c
string
algorithm
pointers
How are we able to access the pointer after deallocating the memory?
Dec 03, 2025
c
pointers
malloc
free
« Newer Entries
Older Entries »