Questions
Linux
Laravel
Mysql
Ubuntu
Git
Menu
HTML
CSS
JAVASCRIPT
SQL
PYTHON
PHP
BOOTSTRAP
JAVA
JQUERY
R
React
Kotlin
×
Linux
Laravel
Mysql
Ubuntu
Git
Nevin
Nevin has asked
0
questions and find answers to
35
problems.
Stats
760
EtPoint
227
Vote count
0
questions
35
answers
About
C++ developer, committee member and Chicago meeting host
Nevin questions
Nevin answers
returning a string from a function
Is there a better way in C++11 to construct classes on the stack
Moving a shared_ptr<StructA> into a shared_ptr<variant<StructA, StructB>>
Private constructor inhibits use of emplace[_back]() to avoid a move
How do you determine the size of the nodes created by a 'std::map' for use with 'boost::pool_allocator' (in a cross-platform way)?
If I need polymorphism should I use raw pointers instead of unique_ptr?
Range-based for and other increments
Why didn't C++11 incorporate all of Boost's type traits?
Does it make sense to provide only const iterators for a container?
Migrating code from C++03 to C++11: should I be cautious about the implicit default move constructor?