Questions
Linux
Laravel
Mysql
Ubuntu
Git
Menu
HTML
CSS
JAVASCRIPT
SQL
PYTHON
PHP
BOOTSTRAP
JAVA
JQUERY
R
React
Kotlin
×
Linux
Laravel
Mysql
Ubuntu
Git
Ident
Ident has asked
14
questions and find answers to
1
problems.
Stats
83
EtPoint
2
Vote count
14
questions
1
answers
About
Ident questions
Why is there no definition for std::regex_traits<char32_t> (and thus no std::basic_regex<char32_t>) provided?
Is it proper to have a template function inside an anonymous namespace of a cpp file?
Deriving from std::exception in a library: Does a headers-only solution work for catching exceptions?
Efficiently reading two comma-separated floats in brackets from a string without being affected by the global locale
Is there a reason to use C++11's std::int_fast32_t or std::int_fast16_t over int in cross-platform code?
How to separate definition from the declaration for a class template using 'extern' in C++11 in a library (dll, so,..)
Ident answers
Efficiently reading two comma-separated floats in brackets from a string without being affected by the global locale