Questions
Linux
Laravel
Mysql
Ubuntu
Git
Menu
HTML
CSS
JAVASCRIPT
SQL
PYTHON
PHP
BOOTSTRAP
JAVA
JQUERY
R
React
Kotlin
×
Linux
Laravel
Mysql
Ubuntu
Git
Fabian
Fabian has asked
47
questions and find answers to
2
problems.
Stats
331
EtPoint
39
Vote count
47
questions
2
answers
About
I am mainly a C++ developer who has much still to learn :-)
Fabian questions
Is there a difference between `string s("hello");` and `string s = "hello";` [duplicate]
Can I insert a vector to itself with std::vector::insert?
How to check if exactly one bit is set in an int?
Should I use a reference?
Why are some format specifiers unavailable in strftime in Visual Studio 2010?
Do static libraries behave like dynamic libraries in terms of ABI compatibility?
Can I use LIMIT in SQLite3 together as a bound parameter?
In what order should I call ANALYZE and VACUUM in an SQLite3 database?
How can I find out the date of when my source code was compiled?
Does the STL specify the header guards for its headers?
Fabian answers
Can I use LIMIT in SQLite3 together as a bound parameter?
Is there an expression using modulo to do backwards wrap-around ("reverse overflow")?