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
Is this use of raw pointers in modern C++ bad practice?
May 14, 2022
c++
c++11
polymorphism
smart-pointers
stdvector
Is that a feature or a bug of clang c++11 std::regex_match?
Mar 24, 2020
c++
regex
c++11
clang++
Understanding std::map::find
Dec 02, 2017
c++
c++11
Ambiguous call to member function for captured this in a lambda
Jul 24, 2020
c++
c++11
visual-c++
How to define a friend function declared in a non template class internal to a template class outside of both classes?
May 14, 2022
c++
c++11
templates
inner-classes
friend
Mix boost::optional and std::unique_ptr
Dec 04, 2021
c++
c++11
optional
unique-ptr
option-type
How does std::future affects the lifetime of an associated std::packaged_task?
Nov 12, 2022
c++
c++11
lambda
object-lifetime
std-future
C++ unordered_map<string, ...> lookup without constructing string
Mar 25, 2022
c++
string
c++11
unordered-map
C++ variadic templates of different input type using c++11
Feb 04, 2022
c++
c++11
variadic-templates
When using templates to support functor as arguments, what qualifier should I use?
Jan 19, 2022
c++
c++11
templates
functor
function-object
SFINAE method completely disables base class's template method in clang
Jan 17, 2022
c++
c++11
gcc
clang
language-lawyer
Why can't I use traits with forwarding references in C++?
Feb 27, 2020
c++
c++11
typetraits
perfect-forwarding
Is it possible to ensure that a function is only called during the 'static initialization' step
Mar 30, 2022
c++
c++11
static-initialization
Overloading type from parent namespace
Feb 09, 2021
c++
c++11
namespaces
c++14
What is difference between "owned pointer" and the "stored pointer" for std::shared_ptr?
Sep 08, 2022
c++
c++11
shared-ptr
Use of `= default` allowing private constructor to be accessed
Sep 16, 2022
c++
c++11
std::make_pair vs C++11 uniform initializer
Apr 01, 2021
c++
c++11
uniform-initialization
Memory Allocation of Static Members in a Class
Oct 20, 2022
c++
visual-c++
c++11
C++0x function<>, bind and members
Jan 04, 2019
c++11
bind
functional-programming
member-function-pointers
C++11 Lambda Functions inside member methods inherit scope
Sep 23, 2022
c++
lambda
member-functions
c++11
« Newer Entries
Older Entries »