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
13
questions and find answers to
984
problems.
Stats
26.3k
EtPoint
8.9k
Vote count
13
questions
984
answers
About
James Kanze questions
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
std::stringstream stream operators with binary data
Should one put output operations into a destructor?
Is return value always a temporary?
passing smart pointer to a function taking reference to a pointer parameter
how to store values in a structure array
How to create a function pointer from a function with certain parameters fixed in C++
Properly (independent of 32bit/64bit) saving a float to binary ofstream
Detect dynamically allocated object?
Dividing two integer without casting to double
Convert WCHAR[260] to std::string