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
Initialization of thread-local variables
Apr 29, 2026
c++
multithreading
c++11
thread-local-storage
How to check if a std::function is set and valid?
Apr 29, 2026
c++
c++11
c++14
std-function
Variadic templates expansion recursively for classes and functions
Apr 29, 2026
c++
c++11
metaprogramming
variadic-templates
visual-studio-2013
Pass anonymous enum as function argument
Apr 29, 2026
c++11
enums
GCC 8 fails to compile make_shared<volatile int>()
Apr 28, 2026
c++
c++11
gcc
volatile
make-shared
Is accessing the elements of a char* or std::string faster?
Apr 29, 2026
c++
arrays
string
performance
c++11
Why stl vector can't contain coroutine objects?
Apr 29, 2026
c++
boost
c++11
stl
coroutine
How to convert between int * and enum *?
Apr 29, 2026
c++
c++11
enums
Why do the const accessors of std::string return a reference?
Apr 29, 2026
c++
c++11
stl
language-design
stdstring
In C++ 11 Is there any way to branch by if a function parameter is compile-time constant or not?
Apr 29, 2026
c++
c++11
templates
compile-time-constant
How to create an already-resolved future
Apr 28, 2026
c++
c++11
stdasync
std-future
After using a transform to fill up a vector, the new c++11 for loop doesn't work
Apr 28, 2026
c++
algorithm
c++11
for-loop
vector
What are best practices for simple random shuffling in code that's both C++03 and C++14?
Apr 28, 2026
c++
c++11
random
c++14
Will changing a private derived class affect the ABI if I use only pointers to the base class?
Apr 28, 2026
c++
c++11
How to skip an argument using <functional> in C++11/98
Apr 28, 2026
c++
c++11
c++98
Implementing an iterator class for a my linked list. What is the using keyword?
Apr 27, 2026
c++
c++11
iterator
How to make a header for C++0x/11 and non C++0x/11? [duplicate]
Apr 25, 2026
c++
c++11
Why must the constexpr specifier be explicitly specified for functions? [duplicate]
Apr 27, 2026
c++
c++11
constexpr
language-design
Why is such iterator legal?
Apr 27, 2026
c++
arrays
c++11
why uniform initiallizer list feature does not work in VS2012 in C++
Apr 27, 2026
c++
visual-studio-2012
c++11
« Newer Entries
Older Entries »