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
Could I ever want to access the address zero?
Aug 27, 2022
c++
c
memory
pointers
C++ Array of pointers: delete or delete []?
Aug 27, 2022
c++
arrays
pointers
delete-operator
C: pointer to struct in the struct definition
Aug 27, 2022
c
struct
pointers
Changing address contained by pointer using function
Aug 27, 2022
c
function
pointers
Crash or "segmentation fault" when data is copied/scanned/read to an uninitialized pointer
Aug 26, 2022
c
pointers
segmentation-fault
Convert iterator to pointer?
Aug 26, 2022
c++
stl
pointers
vector
iterator
What does ((void (*)())buf)(); mean?
Aug 21, 2022
c
function
pointers
function-pointers
Are there pointers in php?
Aug 26, 2022
php
pointers
Why can't I convert 'char**' to a 'const char* const*' in C?
Aug 26, 2022
c
pointers
constants
const-correctness
Pointer Arithmetic [closed]
Aug 26, 2022
c
pointers
pointer-arithmetic
Why does C++11 contain an odd clause about comparing void pointers?
Aug 26, 2022
c++
c++11
pointers
language-lawyer
comparison-operators
How to get the real and total length of char * (char array)?
Aug 26, 2022
c++
c
arrays
pointers
char
How to access a local variable from a different function using pointers?
Aug 26, 2022
c++
c
pointers
local-variables
In C, how would I choose whether to return a struct or a pointer to a struct?
Aug 26, 2022
c
pointers
struct
malloc
Is it possible to store the address of a label in a variable and use goto to jump to it?
Sep 23, 2022
c
pointers
label
goto
memory-address
How do I properly map a `MagImageScalingCallback` using JNA?
Dec 15, 2018
java
pointers
winapi
jna
Using pointers to remove item from singly-linked list
Aug 26, 2022
c
pointers
linked-list
Proper way of casting pointer types
Aug 26, 2022
c++
pointers
casting
reinterpret-cast
static-cast
Why do some people prefer "T const&" over "const T&"?
Aug 26, 2022
c++
syntax
pointers
reference
types
What is a dangling pointer?
Jul 21, 2019
c++
pointers
dangling-pointer
« Newer Entries
Older Entries »