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
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
Difference between char *argv[] and char **argv for the second argument to main() [duplicate]
Sep 05, 2022
c
arrays
pointers
parameter-passing
argv
std::unique_ptr with derived class
Sep 05, 2022
c++
pointers
c++11
C - Incompatible Pointer Type
Jun 06, 2022
c
pointers
struct
initialization
incompatibletypeerror
What is the default constructor for C++ pointer?
Sep 05, 2022
c++
dictionary
pointers
constructor
printf formatting (%d versus %u)
Sep 05, 2022
c
pointers
formatting
printf
« Newer Entries
Older Entries »