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
Are shared_ptr on static objects good?
Feb 06, 2022
c++
c++11
pointers
static
smart-pointers
Incrementing NULL pointer in C
Mar 28, 2022
c
pointers
null
undefined-behavior
C++ How to properly copy container(vector) of pointers?
Oct 01, 2022
c++
pointers
containers
dynamic-memory-allocation
std::set<int * const> won't compile
Sep 15, 2022
c++
pointers
constants
stdset
Is (*exptr)->cnt the same as exptr->cnt or (*exptr).cnt?
Jun 13, 2022
c
pointers
Function that creates pointers to classes
Feb 10, 2022
c++
pointers
In C: How to set a pointer to a structure member that is an array?
Sep 25, 2022
c
pointers
structure
member
dereference
Casting const void pointer to array of const char pointers properly in C
Nov 10, 2022
c
gcc
casting
pointers
char
C++ print value of a pointer
Jun 13, 2022
c++
pointers
printing
stdout
cout
How many instructions to access pointer in C?
Oct 20, 2022
c
pointers
instructions
memory address literal
Apr 06, 2022
c
pointers
memory
literals
memory-address
Delphi Self-Pointer usage
Jun 09, 2022
delphi
pointers
self
Understanding references vs. pointers. Why does this work?
Mar 21, 2022
c++
pointers
reference
What's the correct way to add 1 byte to a pointer in C/C++?
Nov 10, 2022
c++
c
pointers
What happens when you initialize a junk value to something in C?
Sep 01, 2020
c
memory
pointers
Confusion in data types in a 2D array
Sep 21, 2017
c
pointers
Compiler optimization about elimination of pointer operation on inline function in C?
Nov 25, 2021
c
optimization
pointers
compiler-construction
Is ++ the same as += 1 for pointers?
Sep 25, 2022
c
pointers
post-increment
python ctypes sending pointer to structure as parameter to native library
Aug 30, 2021
python
pointers
struct
ctypes
C++ * vs [] as a function parameter
Sep 07, 2022
c++
arrays
pointers
parameters
struct
« Newer Entries
Older Entries »