Questions
Linux
Laravel
Mysql
Ubuntu
Git
Menu
HTML
CSS
JAVASCRIPT
SQL
PYTHON
PHP
BOOTSTRAP
JAVA
JQUERY
R
React
Kotlin
×
Linux
Laravel
Mysql
Ubuntu
Git
yeputons
yeputons has asked
30
questions and find answers to
28
problems.
Stats
933
EtPoint
275
Vote count
30
questions
28
answers
About
yeputons questions
Why does that macro-emulated function default argument expand differently in GCC and MSVC (C or C++)?
How to compare two natural numbers in Agda with standard library (like N -> N -> Bool)?
C++ move semantics: why copy assignment operator=(&) is called instead of move assignment operator=(&&)?
Why there are no overloads of find/lower_bound for std::map and no overload of sort for std::list?
Why does Delphi 7 truncate file after ASCII code 14 when opening in Append mode?
Why does taking `istream&` to a temporary `stringstream` work, but not when taking `stringstream&`?
Guaranteed precision of sqrt function in C/C++
Why expression after return's parenthesis is checked for lexical correctness, but is not evaluated?
C++: is a class with virtual base but without virtual functions polymorphic and has VTable?
Unable to use custom allocator with allocate_shared/make_shared
yeputons answers
Error defining an unnamed structure in c++ [duplicate]
How would one efficiently reuse code in a specialised template struct?
Trying to find a large string between a start point and end point using regex
How to compare two natural numbers in Agda with standard library (like N -> N -> Bool)?
Why does Delphi 7 truncate file after ASCII code 14 when opening in Append mode?
Using class constructor as callable object
Lambda capture an array element failed
Finding 2 equal sum sub-sequences, with maximum sum?
Guaranteed precision of sqrt function in C/C++
Jump bypasses variable initialization in switch statement