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
Repeated calloc over the same pointer
Mar 03, 2026
c
pointers
calloc
Issue with a generic stack library
Mar 03, 2026
c
pointers
stack
void
Dealing with char ** argv
Mar 03, 2026
c++
arrays
command-line
pointers
arguments
How to save a string to a string* member of a class in C++?
Mar 02, 2026
c++
string
pointers
constructor
auto_ptr to normal pointer conversion
Mar 03, 2026
c++
pointers
auto-ptr
Use pointer math instead of array indexing
Mar 03, 2026
c
arrays
pointers
CStrings and pointers: Heap corruption when trying to delete a character array
Mar 03, 2026
c++
arrays
pointers
c-strings
function pointers in a struct
Mar 02, 2026
c
pointers
struct
function returns a pointer
Mar 03, 2026
c
function
pointers
Pointers, struct and malloc()
Mar 02, 2026
c
pointers
struct
malloc
variable-assignment
Should i delete a moved from dynamic pointer
Mar 03, 2026
c++
pointers
dynamic
move
Why can't I take the address of a return value?
Mar 02, 2026
c
pointers
lvalue
Can a function return an argument that is a restrict pointer?
Mar 02, 2026
c
pointers
restrict-qualifier
C++ app: How to properly delete/release an allocated object?
Mar 02, 2026
c++
c++11
pointers
memory-management
smart-pointers
C++ converting reference to base pointer to reference to derived pointer
Mar 02, 2026
c++
pointers
reference
Pointer of array, what is the difference between (*ptr)[] and *ptr[]
Mar 01, 2026
c++
c++11
pointers
operator-precedence
pointer-arithmetic
c: when using a pointer as input in a function incrementing the pointers value by using *pointer++ doesn't work
Mar 01, 2026
c
pointers
operators
operator-precedence
Warning: return from incompatible pointer type in C
Mar 02, 2026
c
pointers
return
double pointer vs pointer to array, incompatible pointer type
Mar 02, 2026
c
arrays
pointers
memory
« Newer Entries
Older Entries »