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 all data pointers the same size in one platform for all data types?
Aug 28, 2022
c
pointers
types
Increment void pointer by one byte? by two?
Aug 30, 2022
c++
c
pointers
How to cast self to UnsafeMutablePointer<Void> type in swift
May 09, 2021
swift
pointers
casting
unsafe-pointers
Invoking struct function gives "cannot refer to unexported field or method"
Sep 20, 2022
pointers
struct
go
Pointers as keys in map C++ STL
Sep 12, 2022
c++
pointers
map
stl
How do I create an array of pointers?
Aug 28, 2022
c++
arrays
pointers
Pointer vs Variable speed in C++
Aug 28, 2022
c++
performance
variables
pointers
What is the difference between char a[] = ?string?; and char *p = ?string?;?
Feb 05, 2018
c++
pointers
C/C++ int[] vs int* (pointers vs. array notation). What is the difference?
Aug 28, 2022
c++
c
arrays
pointers
standards
Smart pointers/safe memory management for C?
Sep 08, 2022
c
memory
pointers
c99
smart-pointers
Is there any reason to check for a NULL pointer before deleting?
Aug 27, 2022
c++
pointers
null
delete-operator
What is the difference between str==NULL and str[0]=='\0' in C?
Aug 27, 2022
c
pointers
gcc
cstring
Is it possible to get a pointer to one subobject via a pointer to a different, unreleated subobject?
Mar 11, 2022
c++
pointers
language-lawyer
c++17
offsetof
Printing pointers in C
Aug 27, 2022
c
pointers
initial value of reference to non-const must be an lvalue
Feb 20, 2021
c++
pointers
reference
Why are `&array` and `array` pointing to the same address?
Mar 13, 2022
c++
arrays
pointers
Write-Only pointer type
Aug 27, 2022
c++
c
pointers
readonly
const-correctness
Should I explicitly cast malloc()'s return value? [duplicate]
Aug 24, 2022
c
pointers
casting
How to print variable addresses in C?
Aug 27, 2022
c
pointers
memory-address
What is double star (eg. NSError **)?
May 17, 2014
c
objective-c
cocoa
pointers
multiple-indirection
« Newer Entries
Older Entries »