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
Inconveniences of pointers to static variables
Sep 05, 2026
c
pointers
memory-management
Is the following C++ code equiv? (in a smart pointer implementation)
Sep 05, 2026
c++
templates
pointers
how to pass the union pointer as parameter in C? and what is the inside of union?
Sep 05, 2026
c
pointers
struct
unions
Pointer arithmetic with strings
Sep 04, 2026
c
pointers
Pointer indirection when pointer and data widths differ
Sep 04, 2026
c
pointers
casting
64-bit
What's the difference between *p++ and *p += 1 in C?
Sep 04, 2026
c
pointers
operator-precedence
accessing structure's member by using pointer
Sep 04, 2026
c
pointers
structure
Viewing a raw pointer as a range in range-based for-loop
Sep 04, 2026
c++
pointers
c++11
for-loop
boost-optional
Assigning an address to a struct pointer array member in C
Sep 03, 2026
c
arrays
pointers
variable-assignment
struct
Removing a pointer from a pointer array
Sep 03, 2026
c
arrays
pointers
Why Do I Get a Segmentation Fault with this C Code?
Sep 03, 2026
c
pointers
segmentation-fault
I can change the pointer's function?
Sep 03, 2026
c
function
pointers
Array initialization functions
Sep 04, 2026
c++
arrays
function
pointers
new-operator
Why a segmentation fault for changing a non-const char*?
Sep 03, 2026
c++
pointers
char
constants
char pointers: invalid conversion from 'char*' to 'char'?
Sep 03, 2026
c
pointers
char
Can I use & operator to get a valid pointer in a function even if the function has returned in golang
Sep 03, 2026
c
pointers
go
Single malloc call for pointer to pointer "array" causes invalid writes
Sep 02, 2026
c
arrays
pointers
Getting a pointer to a (pure) virtual function from a base class instance
Sep 02, 2026
c++
function
pointers
virtual
derived
Invalid use of incomplete type (for a pointer to atomic integer variable)
Sep 03, 2026
c++
pointers
incomplete-type
stdatomic
dereference a pointer -vs- &-operator
Sep 02, 2026
c++
c
pointers
dereference
Older Entries »