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 expensive is it to dereference a pointer?
Aug 28, 2022
c++
pointers
Why [object doSomething] and not [*object doSomething]?
Mar 27, 2022
objective-c
pointers
Should one really set pointers to `NULL` after freeing them?
Sep 16, 2022
c
pointers
free
Different Pointer Arithmetic Results when Taking Address of Array
Aug 23, 2022
c
pointers
language-lawyer
What is ** in C++?
Aug 28, 2022
c++
pointers
What does this error mean: "error: expected specifier-qualifier-list before 'type_name'"?
Oct 18, 2017
c++
c
pointers
struct
Arrow Operator vs. Dot Operator [closed]
Aug 28, 2022
c
pointers
structure
clearing a vector of pointers [duplicate]
Aug 28, 2022
c++
pointers
memory-leaks
vector
How to include a dynamic array INSIDE a struct in C?
Aug 28, 2022
c
pointers
arrays
struct
memory-management
Pointer arithmetics with two different buffers
Oct 01, 2022
c++
pointers
language-lawyer
pointer-arithmetic
My char pointer points to invalid value after being cast from int*
Aug 28, 2022
c
arrays
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
« Newer Entries
Older Entries »