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
Modifying a const pointer in C
Sep 07, 2026
c
pointers
malloc
const-pointer
How to wrap a C function whose parameter is wchar_t pointer with cython
Sep 07, 2026
pointers
cython
Swapping two structures in c
Sep 06, 2026
c
function
pointers
struct
swap
Recursive data-structures without the use of pointers
Sep 06, 2026
c++
pointers
data-structures
rust
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
Older Entries »