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 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
Pointer interconvertibility vs having the same address
Nov 18, 2022
c++
arrays
pointers
language-lawyer
c++17
Function pointer vs Function reference
Sep 03, 2022
c++
function
pointers
reference
function-pointers
What's the ampersand for when used after class name like ostream& operator <<(...)?
Sep 03, 2022
c++
pointers
class
operator-overloading
addressof
Why does Go forbid taking the address of (&) map member, yet allows (&) slice element?
Sep 10, 2022
pointers
memory
go
memory-address
C++ correct way to return pointer to array from function
Sep 03, 2022
c++
arrays
function
pointers
« Newer Entries
Older Entries »