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 nullptr
Should one use a std::move on a nullptr assignment?
Nov 15, 2022
c++11
move-semantics
nullptr
Why can't nullptr convert to int?
Nov 30, 2021
c++
c++11
implicit-conversion
nullptr
Can I check a C++ iterator against null?
Aug 18, 2022
c++
pointers
vector
iterator
nullptr
Is it legal to call delete on a null pointer of an incomplete type?
Oct 18, 2022
c++
language-lawyer
delete-operator
incomplete-type
nullptr
Is NULL defined as nullptr in C++11?
Oct 01, 2022
c++
null
c++11
nullptr
c++ access static members using null pointer
Oct 22, 2022
c++
c++11
language-lawyer
static-members
nullptr
Can you compare nullptr to other pointers for order? Is it always smaller?
Sep 05, 2022
c++
comparison-operators
pointer-arithmetic
nullptr
What are the uses of the type `std::nullptr_t`?
Sep 04, 2022
c++
c++11
nullptr
Can a unique_ptr take a nullptr value?
Aug 10, 2022
c++
c++11
pointers
unique-ptr
nullptr
Does the standard behavior for deleters differ between shared_ptr and unique_ptr in the case of null pointers?
Sep 03, 2022
c++
c++11
shared-ptr
unique-ptr
nullptr
Why does const auto &p{nullptr} work while auto *p{nullptr} doesn't in C++17?
Oct 26, 2022
c++
c++17
auto
nullptr
Why isn't 'nullptr' in the 'std' namespace?
Feb 19, 2022
c++
c++11
nullptr
Why is C++'s NULL typically an integer literal rather than a pointer like in C?
Oct 06, 2022
c++
c
nullptr
null-pointer
cross-language
Pure virtual functions in C++11
Aug 30, 2022
c++
c++11
virtual
pure-virtual
nullptr
Can the NULL macro actually be a nullptr?
Aug 21, 2022
c++
null
language-lawyer
nullptr
Is it safe to #define NULL nullptr?
Nov 09, 2022
c++
null
c++11
nullptr
Why can't you take the address of nullptr?
Aug 17, 2022
c++
c++11
std
nullptr
Can nullptr be emulated in gcc?
Mar 20, 2017
c++
gcc
c++11
nullptr
C++11 When clearing shared_ptr, should I use reset or set to nullptr?
Aug 18, 2022
c++
c++11
shared-ptr
reset
nullptr
What are the advantages of using nullptr?
Aug 15, 2022
c++
c++11
null
c++-faq
nullptr
« Newer Entries
Older Entries »