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
What does this pointer-heavy C code do?
Jun 13, 2026
c
pointers
How to fix compile error "This function or variable may be unsafe" (strcpy)
Jun 12, 2026
c++
string
pointers
char
About pointers and strcpy() in C
Jun 12, 2026
c
string
pointers
char
strcpy
Reading a file and print the content in C
Jun 12, 2026
arrays
c
file
pointers
Confusing of using pointer in Go
Jun 11, 2026
pointers
go
struct
array of pointers and pointer to an array in c++
Jun 10, 2026
c++
arrays
pointers
Pointer Arithmetic on pointers to pointers and the like
Jun 11, 2026
pointers
pointer-arithmetic
How to assign constant address to pointer at c++?
Jun 10, 2026
c++
pointers
constants
reverse a string using pointers
Jun 10, 2026
c++
string
pointers
reverse
How to implement insertion sort algorithm in C++ with arrays and pointers?
Jun 08, 2026
c++
arrays
pointers
cuda unified memory: memory transfer behaviour
Jun 10, 2026
pointers
memory
cuda
In Go, is a structure pointer not a reference type?
Jun 09, 2026
pointers
go
struct
Using malloc to initialize char pointer VS not using malloc and just assign a string directly to the char pointer
Jun 09, 2026
c
arrays
string
pointers
memory-management
Indexing of pointer when accessing elements of an array
Jun 09, 2026
c
arrays
pointers
how to return float array from a function?
Jun 09, 2026
c
arrays
function
pointers
return
What happens when actual and extern types are different?
Jun 10, 2026
c
arrays
pointers
extern
What is the best practice when passing a shared pointer to a non-owning function? [closed]
Jun 08, 2026
c++
pointers
Older Entries »