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
How to use the range based for loop iterator?
Sep 06, 2026
c++
loops
pointers
auto
Is there something equivalent to `instancetype` in C++?
Sep 07, 2026
c++
pointers
inheritance
C: operator -> and * [closed]
Sep 08, 2026
c
pointers
struct
postfix-operator
Does char* with text automatically reserves memory as if malloc is used?
Sep 07, 2026
c++
pointers
pointer-to-pointer
C++: How to return a pointer to a non-static member function?
Sep 07, 2026
c++
pointers
pointer-to-member
Pointers to automatically null when object is deleted
Sep 07, 2026
c++
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
Older Entries »