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
In which case will C++ do array bounds checking at compile time?
Oct 19, 2022
c++
arrays
c++11
indexoutofboundsexception
Cannot declare static constexpr char []
Oct 20, 2022
c++
arrays
c++11
static
constexpr
Singleton class with smart pointers and destructor being called
Oct 18, 2022
c++
c++11
Convert string element to integer (C++11)
Oct 18, 2022
c++
string
c++11
type-conversion
integer
why std::istringstream fail when I set std::locale to "zh_CN.UTF-8"?
Oct 19, 2022
c++
c++11
Debug a lambda capturing this
Oct 19, 2022
c++
c++11
lldb
valgrind reporting invalid read with std::string
Oct 18, 2022
c++
c++11
gcc
valgrind
Efficient way to map unique and duplicate value. Where key or value can be access
Oct 19, 2022
c++
c++11
stdmap
Comparison between signed and unsigned. Is static_cast the only solution?
Oct 19, 2022
c++
c++11
implicit-conversion
static-cast
Can we use a lambda-expression as the default value for a function argument?
Sep 11, 2022
c++
c++11
lambda
Is there a safe way to have a std::thread as a member of a class?
Oct 18, 2022
c++
multithreading
class
c++11
initialization
How can an incomplete type be used as a template parameter to vector here?
Aug 24, 2020
c++
c++11
language-lawyer
SFINAE works with deduction but fails with substitution
Apr 08, 2022
c++
c++11
templates
language-lawyer
sfinae
Thread safety of std::random_device
Oct 03, 2022
c++
c++11
random
openmp
Using move semantics with std::pair or std::tuple
Sep 08, 2022
c++
c++11
move-semantics
std-pair
move-constructor
Can std::vector emplace_back copy construct from an element of the vector itself?
Oct 16, 2022
c++
c++11
vector
stl
Range-based for loop with special case for the first item
Sep 18, 2022
c++
for-loop
c++11
range-based-loop
Why is a lambda's call-operator implicitly const?
Sep 05, 2022
c++
c++11
lambda
constants
function-call-operator
Weird nested class partial specialization results on both gcc and clang
Sep 05, 2022
c++
templates
c++11
language-lawyer
template-meta-programming
C++11: Why does this range loop decrease FPS by 35?
Aug 05, 2020
c++
performance
c++11
« Newer Entries
Older Entries »