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
3
questions and find answers to
253
problems.
Stats
5.0k
EtPoint
1.4k
Vote count
3
questions
253
answers
About
Deduplicator questions
Why may there be a difference between union* and struct*?
Are end+1 iterators for std::string allowed?
Deduplicator answers
How can I write a definition of function declared in template class returning pointer to struct object?
Visual Studio equivelent of gcc __attribute__((unused)) in c++11 (or lower)?
How do compilers know C++ constexpr computations do not trigger undefined behavior?
strftime %F does not work on Windows
vsnprintf and varargs not working, weird results
Why aren't string literals passed as references to arrays instead of opaque pointers?
Passing an array of 'typedef struct' to a function
How to calculate -1 modulo 1000000007 in C++
What does `OBJECTS = $(SOURCES:.cpp=.o)` mean in a makefile
Resources management - vector and pointers