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
Default parameter template vs variadic template : what is the last template parameter?
Dec 08, 2020
c++
templates
c++11
variadic-templates
Add C++0x support in CMake
Feb 13, 2022
c++
c++11
cmake
Is it guaranteed that sizeof(std::atomic<integer type>) == sizeof(integer type)?
Sep 25, 2017
c++
c++11
atomic
How does one use an enum class as a set of flags?
Aug 26, 2019
c++
c++11
Binding functions with unique_ptr arguments to std::function<void()>
Feb 18, 2022
c++
c++11
Copy elements from std::vector into std::stack c++
Oct 15, 2022
c++
c++11
vector
stl
stack
Comparators in std::priority_queue
Feb 04, 2022
c++
c++11
stl
heap
priority-queue
C++ - Uniform initializer with std::string
Jan 04, 2022
c++
string
c++11
uniform-initialization
list-initialization
Can I initialize an array using the std::initializer_list instead of brace-enclosed initializer?
Jun 22, 2019
c++
c++11
c++14
initializer-list
c++17
is_function_pointer<> for <type_traits>
Jun 02, 2020
c++
visual-studio
visual-studio-2010
visual-c++
c++11
Template function taking a std::vector or std::array
Aug 18, 2022
c++
arrays
templates
vector
c++11
What type does auto use for containers?
Sep 24, 2022
c++
c++11
types
auto
Options for using C++11 <regex> with a circa 2013 compiler
Sep 17, 2022
regex
c++11
Is it possible to define an implementation template specialization as typedef of another type?
Mar 21, 2022
c++
templates
c++11
typedef
The order of override and noexcept in the standard
Oct 29, 2022
c++
c++11
language-lawyer
Default Move Constructor in Visual Studio 2013 (Update 3)
Feb 13, 2022
c++
c++11
Printing unique_ptr to cout
Mar 12, 2022
c++
c++11
iostream
smart-pointers
unique-ptr
A little confused about constexpr functions
Sep 09, 2022
c++
c++11
Can std::is_invocable be emulated within C++11?
Oct 31, 2020
c++
c++11
c++17
Why does returning a vector initialized with curly braces within normal brackets cause a compilation error?
Sep 15, 2022
c++
c++11
« Newer Entries
Older Entries »