Questions
Linux
Laravel
Mysql
Ubuntu
Git
Menu
HTML
CSS
JAVASCRIPT
SQL
PYTHON
PHP
BOOTSTRAP
JAVA
JQUERY
R
React
Kotlin
×
Linux
Laravel
Mysql
Ubuntu
Git
James Kanze
James Kanze has asked
14
questions and find answers to
1026
problems.
Stats
27.0k
EtPoint
9.1k
Vote count
14
questions
1k
answers
About
James Kanze questions
What should I put in the tp_name field when defining a type in a Python extension?
Why is using the move constructor in a return statement legal?
Behavior of `swprintf` when passed a `char const*` matching a `L"%s"` specifier
Definition of PyBufferProcs in Python 2.7 when class implements PEP 3118
Can a lambda have "C" linkage?
What happens to a movable object when its insertion in an std::set fails?
Is this a bug in Visual C++ 2010, or am I missing something?
Can you use `std::remove_if` on a container of `std::unique_ptr`?
Error exception must derive from BaseException even when it does (Python 2.7)
Invoking python under CygWin on Windows hangs
James Kanze answers
C++ compilation static variable and shared objects
Constructor call when operator new failed
Create vector of size elements, without calling copy constructor?
"New" operator works in extern "C"
use static class variable/function across dlls
c++ classes and object reference
No initializer list vs. initializer list with empty pairs of parentheses
c++ illogical >= comparison when dealing with vector.size() most likely due to size_type being unsigned
what happens with member of class during erasing from vector?
C++ parse, fetch a variable number of integers from a string