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
Does C have an equivalent of std::less from C++?
Oct 12, 2022
c
pointers
undefined-behavior
memory-model
memory-segmentation
Executing assembler code with python
Oct 04, 2022
python
pointers
assembly
memory-address
Is there a concept of "pointers" or "unsafe code" in Java?
Sep 05, 2022
java
pointers
Difference between unsigned and signed int pointer
Sep 05, 2022
c
pointers
What is the point of pointers? [duplicate]
Sep 05, 2022
c++
pointers
Why is a temporary char** argument illegal?
Jun 29, 2022
c
function
pointers
C++ - when should I use a pointer member in a class
Sep 06, 2022
c++
pointers
int *array = new int[n]; what is this function actually doing?
Sep 05, 2022
c++
arrays
pointers
new-operator
What does getting the address of an array variable mean?
Sep 05, 2022
c
pointers
Declaring a pointer to multidimensional array and allocating the array
Sep 05, 2022
c++
pointers
multidimensional-array
What happens when you deallocate a pointer twice or more in C++?
Sep 05, 2022
c++
pointers
memory-management
allocation
delete-operator
Why is constness not enforced for pointers?
Oct 02, 2021
c++
pointers
constants
transitive-const
Interpretation of int (*a)[3]
Sep 05, 2022
c++
c
arrays
pointers
types
Is &*p valid C, given that p is a pointer to an incomplete type?
Sep 05, 2022
c
pointers
language-lawyer
incomplete-type
C++: Why do you need references when you have pointers? [duplicate]
Oct 18, 2022
c++
pointers
reference
What does the Asterisk * mean in Objective-C?
Sep 05, 2022
objective-c
pointers
In Delphi/Free Pascal: is ^ an operator or does it simply denote a pointer type?
Sep 05, 2017
delphi
pointers
pascal
dereference
What is the rationale for limitations on pointer arithmetic or comparison?
Oct 14, 2022
c++
c
pointers
language-lawyer
pointer-arithmetic
Swift 2 - UnsafeMutablePointer<Void> to object
Jun 29, 2020
swift
pointers
swift2
Why is it allowed to cast a pointer to a reference?
Sep 21, 2022
c++
pointers
casting
reference
« Newer Entries
Older Entries »