Questions
Linux
Laravel
Mysql
Ubuntu
Git
Menu
HTML
CSS
JAVASCRIPT
SQL
PYTHON
PHP
BOOTSTRAP
JAVA
JQUERY
R
React
Kotlin
×
Linux
Laravel
Mysql
Ubuntu
Git
Riot
Riot has asked
14
questions and find answers to
27
problems.
Stats
933
EtPoint
317
Vote count
14
questions
27
answers
About
Riot questions
How to silence long long integer constant warning from GCC
Effects of declaring a function as pure or const to GCC, when it isn't
How to disengage std::experimental::optional?
GCC: "__unused__" vs just "unused" in variable attributes
pointers to a class in dynamically allocated boost multi_array, not compiling
How to disable GCC warning about the #warning directive being a GCC extension?
Efficiency of C++11 push_back() with std::move versus emplace_back() for already constructed objects
Riot answers
Configuring TCP keep_alive with boost::asio [duplicate]
Compare versions as strings
Most efficient/elegant way to clip a number?
How to disengage std::experimental::optional?
How to silence long long integer constant warning from GCC
Can I link MSVCRT statically with mingw?
How can I decode the boost library naming?
Embedding resources in executable using GCC
How do I force bjam in boost to build cleanly and consistently?
case insensitive string comparison in bash