Questions
Linux
Laravel
Mysql
Ubuntu
Git
Menu
HTML
CSS
JAVASCRIPT
SQL
PYTHON
PHP
BOOTSTRAP
JAVA
JQUERY
R
React
Kotlin
×
Linux
Laravel
Mysql
Ubuntu
Git
JohnB
JohnB has asked
48
questions and find answers to
34
problems.
Stats
998
EtPoint
233
Vote count
48
questions
34
answers
About
JohnB questions
Associative container with predictable keys: which one to use?
Barton-Nackman vs std::enable_if
Why doesn't basic_string::append (iter, iter) call std::copy?
Adding single item to enumerable
Pair of begin and end iterator -- does it have a name?
Dictionary.Count performance
Is calling a nonvirtual member function on a non-constructed "object" well-defined? [duplicate]
Option/Maybe class for C++
Function forwarding argument and simply doing nothing
Visual Studio stopped rebuilding dependent projects
JohnB answers
Calling a second level base class constructor
Cast generic type parameter into array
Binding a std::function to the same function of a different object instance
What's the difference between (typeof variable === "function") and jQuery.isFunction()?
Finding corruption in a linked list
Can GitHub for Windows be used locally?
Communication between several classes
Pointers and References as member variables of const objects
Bitshifting in C++ producing the wrong answer
move ctor of class with a constant data member or a reference member