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
36
questions and find answers to
1445
problems.
Stats
46.2k
EtPoint
16.9k
Vote count
36
questions
1k
answers
About
AnT questions
Array reference binding vs. array-to-pointer conversion with templates
`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?
AnT answers
Typedefs and template specialization
Difference between cast used in Compound literals and that done on a pointer variable?
way to initialize a boolean array in c99
Inconveniences of pointers to static variables
How to check whether a huge floating point number is an integer?
error C4146: unary minus operator applied to unsigned type, result still unsigned
What happens if you pass an int to a byte parameter in C?
Why passing a std::make_pair to a map::insert is not working? [duplicate]
Cast between two equivalent C structs [duplicate]
Likeliness of Named RVO?