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 c++11
C++11 range-based for() loops evaluate once or multiple times? [duplicate]
Oct 30, 2022
c++
for-loop
c++11
foreach
`static constexpr auto` data-member initialized with unnamed enum
Sep 21, 2022
c++
c++11
enums
language-lawyer
auto
Does the C++ standard mandate that C-linkage functions are `noexcept`?
Oct 16, 2022
c++
c
c++11
language-lawyer
noexcept
How can a type with suppressed move construct/assign still be considered moveable?
Sep 06, 2022
c++
c++11
move-semantics
Template picks const reference over const pointer
Feb 03, 2022
c++
c++11
templates
Returning a void?
Sep 06, 2022
c++
templates
c++11
return
void
Is it possible to alias an enum-class enumerator?
Sep 06, 2022
c++
c++11
enums
alias
language-lawyer
Classes with both template and non-template conversion operators in the condition of switch statement
Oct 13, 2022
c++
c++11
language-lawyer
implicit-conversion
c++14
C++11: Explicit instantiation declaration vs. explicit instantiation definition
Aug 08, 2021
c++
templates
c++11
Are unnecessary include files an overhead?
Sep 06, 2022
c++
c++11
compilation
code-organization
Is it possible in C++ to do std::map<> "for element : container" iteration with named variables (eg, key and value) instead of .first and .second?
Sep 06, 2022
c++
c++11
dictionary
iteration
readability
Does MSVC10 Visual Studio 2010 support C++ range based loops
May 20, 2022
c++
c++11
What constitutes a valid state for a "moved from" object in C++11?
Nov 14, 2022
c++
c++11
move-semantics
pimpl-idiom
invariants
What is the relationship between iostream and namespace std?
Sep 06, 2022
c++
c++11
namespaces
Move a unique_ptr with custom deleter to a shared_ptr
Mar 15, 2022
c++
c++11
shared-ptr
c++14
unique-ptr
What's a use case for overloading member functions on reference qualifiers?
Aug 25, 2022
c++
c++11
overloading
rvalue-reference
qualifiers
Replace fixed size arrays with std::array?
Sep 06, 2022
c++
arrays
c++11
stl
Garbage Collection in C++11
Sep 23, 2022
c++
visual-studio-2010
visual-c++
c++11
garbage-collection
Should I use shared_ptr or unique_ptr? [duplicate]
Aug 26, 2022
c++
c++11
shared-ptr
smart-pointers
unique-ptr
What happens when using make_shared
Sep 06, 2022
c++
c++11
smart-pointers
make-shared
« Newer Entries
Older Entries »