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
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
Order of storage inside a structure / object
Nov 01, 2022
c++
c
class
pointers
structure
typcasting a character array to a const char * [closed]
May 07, 2022
c
pointers
constants
Incrementing pointers for *char in a while loop
Jun 12, 2022
c++
string
loops
pointers
traversal
expected ‘const char *’ but argument is of type ‘char **’ in C
Oct 27, 2022
c
arrays
pointers
passing argument 1 of " " from incompatible pointer type
Jun 05, 2022
c
pointers
structure
Initializing a function pointer in C
Jun 10, 2022
c
function
pointers
function-pointers
How to erase vector element by pointer?
Mar 18, 2019
c++
pointers
vector
Why does (*p=*p) & (*q=*q); in C trigger undefined behavior
Nov 19, 2022
c
pointers
undefined-behavior
sequence-points
How to get the size of a const char pointer
Oct 29, 2022
c
arrays
pointers
sizeof
Accessing a Memory Address From a String in Go?
Nov 17, 2022
pointers
go
memory-address
Why do we use "&" before the integer variable when initializing a pointer that points to the integer?
Oct 02, 2022
c
pointers
syntax
Getting an object from its address
Nov 16, 2022
java
oop
pointers
memory
reference
c++ creating subvector operating on same data
Aug 23, 2022
c++
pointers
vector
« Newer Entries
Older Entries »