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
C pointers and arrays: [Warning] assignment makes pointer from integer without a cast [closed]
Mar 12, 2022
c
arrays
pointers
warnings
How can pointers be totally ordered?
Sep 04, 2022
c++
pointers
predicate
standard-library
Can a unique_ptr take a nullptr value?
Aug 10, 2022
c++
c++11
pointers
unique-ptr
nullptr
Why is dereferenced element in const vector of int pointers mutable?
Jun 12, 2022
c++
pointers
vector
constants
operator-precedence
Why is unique_ptr<T>(T*) explicit?
Aug 24, 2022
c++
pointers
c++11
type-conversion
unique-ptr
Are the addresses of two temporaries guaranteed to be different in the same expression?
Oct 14, 2022
c++
pointers
language-lawyer
temporary-objects
Why is dereferencing a pointer called dereferencing?
Sep 04, 2022
c++
c
pointers
terminology
dereference
Is void *function() a pointer to function or a function returning a void*?
Sep 05, 2022
c++
c
pointers
function-pointers
declaration
Can the expression "(ptr == 0) != (ptr == (void*)0)" really be true?
Apr 16, 2021
c++
pointers
C++: Vector of objects vs. vector of pointers to new objects?
Aug 17, 2022
c++
pointers
vector
Why "bool c = nullptr ;" compiles (C++11)?
Sep 04, 2022
c++
pointers
c++11
null-pointer
Pointer address in a C multidimensional array
Sep 03, 2022
c
arrays
memory
pointers
multidimensional-array
std::map, pointer to map key value, is this possible?
Jun 29, 2017
c++
stl
pointers
map
How to know if a pointer points to the heap or the stack?
Sep 03, 2022
c++
memory-management
pointers
What is the difference between: Handle, Pointer and Reference
Nov 14, 2022
c++
oop
pointers
reference
handle
What happens in a double delete?
Jul 19, 2019
c++
pointers
memory-leaks
What real use does a double pointer have?
Aug 20, 2022
c++
pointers
Does java really have pointers or not? [closed]
Sep 03, 2022
java
c++
pointers
What is the real difference between Pointers and References?
Sep 03, 2022
c
pointers
reference
Creating an interface for an abstract class template in C++
Jan 31, 2020
c++
inheritance
templates
pointers
interface
« Newer Entries
Older Entries »