Questions
Linux
Laravel
Mysql
Ubuntu
Git
Menu
HTML
CSS
JAVASCRIPT
SQL
PYTHON
PHP
BOOTSTRAP
JAVA
JQUERY
R
React
Kotlin
×
Linux
Laravel
Mysql
Ubuntu
Git
Deduplicator
Deduplicator has asked
4
questions and find answers to
270
problems.
Stats
5.3k
EtPoint
1.5k
Vote count
4
questions
270
answers
About
Deduplicator questions
Can the compiler optimize out the empty base if the class contains a member of base class type as first element, followed by other members?
Why may there be a difference between union* and struct*?
Are end+1 iterators for std::string allowed?
Deduplicator answers
c++ flushing the buffer
How do I use malloc() to allocate memory to store an array of strings?
How should I define this complex function template?
Adding a 1 bit flag in a 64 bit pointer
Using strchr() to count occurrences of a character in a string
Why does the C++ standard not change std::set to use std::less<> as its default template argument?
How to find out if we are using really 48, 56 or 64 bits pointers
lua attempt to call method 'len' (a nil value)
How can I get the sign-bit of a double?
Why call basic_string::substr with no arguments?