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
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
Is the printf statement valid?
Dec 03, 2025
c
pointers
struct
bit-wise operation and strict aliasing
Dec 02, 2025
c++
pointers
bit-manipulation
simd
what's the difference about p.a and p->a where p is pointer?
Dec 03, 2025
c
pointers
why does getaddrinfo() take the node, service and hints arguments as pointers? [duplicate]
Nov 30, 2025
arrays
c
pointers
pass-by-reference
pass-by-value
Passing a pointer to device memory between classes in CUDA
Dec 02, 2025
pointers
cuda
« Newer Entries
Older Entries »