Questions
Linux
Laravel
Mysql
Ubuntu
Git
Menu
HTML
CSS
JAVASCRIPT
SQL
PYTHON
PHP
BOOTSTRAP
JAVA
JQUERY
R
React
Kotlin
×
Linux
Laravel
Mysql
Ubuntu
Git
Alexandre C.
Alexandre C. has asked
38
questions and find answers to
257
problems.
Stats
7.1k
EtPoint
2.4k
Vote count
38
questions
257
answers
About
Alexandre C. questions
Can I throw `std::bad_cast`?
CRTP and perfect forwarding
Does map::iterator yield lvalues?
Could not deduce (Functor r) from (MonadRandom r)
Pimpl with smart pointers in a class with a template constructor: weird incomplete type issue
Is this a good reason to use alloca?
What is the type of `a ? b : c`?
Calling a computationally intensive routine from VBA without stalling Excel GUI
Allocating struct with flexible array member
Requirements on standard library allocator pointer types
Alexandre C. answers
Final clause in C switch statement (possibly using goto)
typedef declaration of template class
C++ trick to ensure deallocation of a vector, but compilation problems with GNU g++
C++ templated map contain itself
Friend class read only access C++ [duplicate]
Windows style getopt/argp
C++ Error Reporting Interface
GCC: why a -Wformat warning for this fprintf?
Fast algorithm for multiple line integrals over 2D discrete function
Question on STL internals