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 "operator delete" invoked when I call "delete" on a null pointer?
Aug 25, 2022
c++
pointers
memory-management
Why is removing a node from a doubly-linked list faster than removing a node from a singly-linked list?
Sep 15, 2022
pointers
data-structures
linked-list
big-o
time-complexity
Equivalent of 'this' pointer
Nov 20, 2022
vba
pointers
this
What's the meaning of * and & when applied to variable names?
Sep 15, 2022
c++
pointers
reference
c++-faq
Where ampersand "&" can be put when passing argument by reference?
Sep 14, 2022
c++
pointers
reference
declaration
Can I check a C++ iterator against null?
Aug 18, 2022
c++
pointers
vector
iterator
nullptr
checking if pointer points within an array
Jun 04, 2017
c++
arrays
pointers
comparison
Adding const keyword to an array passed as a parameter to function
Mar 19, 2022
c
pointers
Difference between *ptr[10] and (*ptr)[10]
Sep 15, 2022
c
pointers
Why does std::cout convert volatile pointers to bool?
Aug 16, 2022
c++
pointers
iostream
volatile
standards-compliance
Pointer to a specific fixed address
Sep 15, 2022
c
pointers
Pointer arithmetic for structs
Sep 15, 2022
c
pointers
struct
pointer-arithmetic
Pointers: initialisation vs. declaration
Oct 18, 2022
c++
pointers
c++14
Why does cout print char arrays differently from other arrays?
Sep 15, 2022
c++
arrays
pointers
free a double pointer
Nov 16, 2022
c
pointers
C++ using square brackets with pointer to instance
Jul 13, 2022
c++
class
pointers
operand
(->) arrow operator and (.) dot operator , class pointer
Sep 14, 2022
c++
class
pointers
How to convert a pointer value to QString?
Aug 24, 2022
c++
qt
pointers
qstring
Should I use boost::ptr_vector<T> or vector<boost::shared_ptr<T> >?
Nov 20, 2021
c++
pointers
boost
stl
containers
Another C++ learning moment: returning strings from functions
Jan 16, 2018
c++
string
reference
pointers
« Newer Entries
Older Entries »