Questions
Linux
Laravel
Mysql
Ubuntu
Git
Menu
HTML
CSS
JAVASCRIPT
SQL
PYTHON
PHP
BOOTSTRAP
JAVA
JQUERY
R
React
Kotlin
×
Linux
Laravel
Mysql
Ubuntu
Git
AnT
AnT has asked
35
questions and find answers to
1383
problems.
Stats
44.8k
EtPoint
16.5k
Vote count
35
questions
1k
answers
About
AnT questions
`movaps` vs. `movups` in GCC: how does it decide?
List-initialization of a reference to an array of unknown size: is it supposed to deduce the array size?
Legacy standard C library headers and overloaded C++ functions
`nextafter` and `nexttoward`: why this particular interface?
Non-defining declarations for `void` "objects": which part of C++ standard prohibits them? Or does it?
User-defined operator new that returns null pointer
"Ambiguous conversion sequence" - what is the purpose of this concept?
`operator delete` with size parameter and without size parameter: which one is chosen when both are available?
Reading with setw: to eof or not to eof?
Calling a constexpr method through a reference - is the result a constant expression?
AnT answers
What is the difference between pointer to function and pointer to WINAPI function?
Where to define static const member variables of a template class
C: variable argument list using stdarg.h
A way to do c++ "typedef struct foo foo;" for c
NULL definition problem on 64 bit system
What does it mean when I assign {} to an already exsiting object?
Does std::map auto-resize when too many elements are inserted?
In C, does difference between char *s and char s[] apply to other types?
Unsigned integer underflow in C
using qsort to sort multiple arrays