Questions
Linux
Laravel
Mysql
Ubuntu
Git
Menu
HTML
CSS
JAVASCRIPT
SQL
PYTHON
PHP
BOOTSTRAP
JAVA
JQUERY
R
React
Kotlin
×
Linux
Laravel
Mysql
Ubuntu
Git
Filip Roséen - refp
Filip Roséen - refp has asked
23
questions and find answers to
251
problems.
Stats
12.0k
EtPoint
4.9k
Vote count
23
questions
251
answers
About
@aboywithstories
http://b.atch.se
Filip Roséen - refp questions
Extending temporary's lifetime, works with block-scoped aggregate, but not through `new`; why?
Why allow `propagate_on_container_swap == false` in Allocators, when it might cause undefined behaviour?
Why can swapping standard library containers be problematic in C++11 (involving allocators)?
Why can't I initialize a reference to `ofstream` / `ifstream`, with an instance of `fstream`?
std::move_if_noexcept calls copy-assignment even though move-assignment is noexcept; why?
Is it safe to cast an unsigned char* to char*, and treat the dereferenced pointer as if it really points to a char?
accessing a python int literals methods [duplicate]
Can a plain `char` possibly have trap values?
Set all bytes of int to (unsigned char)0, guaranteed to represent zero?
Accessing attributes on literals work on all types, but not `int`; why? [duplicate]
Filip Roséen - refp answers
Why does this explicit conversion operator work with g++ but not Visual Studio 2013?
use of deleted function error
What promoted types are used for switch-case expression comparison?
Delete folder and all files on FTP connection
How to initialize an iterator to something invalid if the container is not known?
How to write interactive program like Top? [closed]
Understanding a C++ Macro that uses #
"const variables" set by a constructor for expressing the bounds of a C++ array?
vector<string> initialization with {...} is not allowed in VS2012?
Resize a vector of atomic?