Questions
Linux
Laravel
Mysql
Ubuntu
Git
Menu
HTML
CSS
JAVASCRIPT
SQL
PYTHON
PHP
BOOTSTRAP
JAVA
JQUERY
R
React
Kotlin
×
Linux
Laravel
Mysql
Ubuntu
Git
Ralph Tandetzky
Ralph Tandetzky has asked
79
questions and find answers to
56
problems.
Stats
2.0k
EtPoint
596
Vote count
79
questions
56
answers
About
I'm a professional C++ developer and a hobby D developer.
Ralph Tandetzky questions
Does a pure and nothrow function which does not pass out memory automatically collect garbage?
Pimpl-idiom in the D programming language
Do modern c++ compilers autovectorize code for 24bit image processing?
How do I use `std::error_category` and the other stuff that is in the system_error header?
How do I debug exceptions in unknown code?
How to use boost::serialization between x86 and x64 platforms
When and how should I use `const` and `immutable` in D?
Can the default constructor of std::list<int> throw?
How do I derive and add new arguments to the base version of the constructor?
How can I create an std::chrono::time_point for 1 Jan 1970 00:00:00?
Ralph Tandetzky answers
Return type for returning an object or NULL
C++ Boost make_shared creating a copy
What will happen if a std::vector element 'commits suicide' (using delete this;)?
C++ does what it wants | Char[] cout and inverted char[]
Order of assignment vs order of initialization
Apply the same function to each data member - Transform on heterogeneous types sort of thing
Qt/C++ event loop exception handling
Using a method as a variable in C++
How is a Vector of Vector aligned in memory?
const correctness of a member function returning a shared_ptr<>