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
How to specialize assignment operator in template class?
Jun 09, 2026
c++
c++11
templates
c++14
template-specialization
c++ use derived class in std::shared_ptr<baseclass>
Jun 09, 2026
c++11
shared-ptr
Is there std::memset equivalent for std::array?
Jun 07, 2026
c++
c++11
memset
stdarray
Template: How to select smallest int type which holds n bits?
Jun 08, 2026
c++
c++11
templates
Extract template type from initializer list
Jun 07, 2026
c++
templates
c++11
Using placement new for a polymorphic unique_ptr
Jun 07, 2026
c++
c++11
new-operator
smart-pointers
C++ - Return C++11 std::array
Jun 08, 2026
c++
arrays
c++11
reference
Is post-incrementing the iterator during a container erase always a bug?
Jun 08, 2026
c++
c++11
Shared resource ownage using std::weak_ptr
Jun 08, 2026
c++
c++11
shared-ptr
smart-pointers
weak-ptr
C++ class follows with template keyword
Jun 06, 2026
c++
c++11
How to build NS-3 to use C++0x/C++11 libraries?
Jun 06, 2026
c++
gcc
c++11
waf
ns-3
A template class that only accepts enum type arguments?
Jun 07, 2026
c++
c++11
Refactoring to enum to enum class shadows namespace
Jun 07, 2026
c++
c++11
In C++, if "int a = 3; int* p = &a;", then why is "const int* &pp = p" not allowed, but "const int* const &pp = p" is allowed?
Jun 07, 2026
c++
c++11
reference
constants
How can I detect string literals in code?
Jun 06, 2026
c++
regex
c++11
Sending data through ZeroMQ (zmqpp) using MsgPack gives 'msgpack::v1::insufficient_bytes' error
Jun 07, 2026
c++
c++11
zeromq
msgpack
messagepack
C++: Help Creating unordered_map with User-Defined Hash/Equality
Jun 07, 2026
c++
functional-programming
c++11
bind
unordered-map
Variadic template partial specialisation "not more specialised" in g++ 7.1.1
Jun 07, 2026
c++
c++11
variadic-templates
template-specialization
Uniform initialization syntax for basic types?
Jun 06, 2026
c++
c++11
uniform-initialization
How to initialize a vector<int> v(1000) with values {1,1,1,...,1} without a loop in C++?
Jun 06, 2026
c++
c++11
vector
syntax
« Newer Entries
Older Entries »