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
38
questions and find answers to
1
problems.
Stats
273
EtPoint
37
Vote count
38
questions
1
answers
About
I am mainly a C++ developer who has much still to learn :-)
Fabian questions
How can I find out the date of when my source code was compiled?
Does the STL specify the header guards for its headers?
Why is a destructor not called when I click the close button on the console?
How does binding parameters work in SQLite3 (with minimal example)?
How to make Visual Studio 2010 warn about unused variables?
Can I make std::string use less memory?
Performance of std::partial_sort() versus std::sort() when sorting the whole range?
How do I check if a SQLite3 database is connected in Python?
Does const call by reference improve performance when applied to primitive types?
What is the optimal order of members in a class?
Fabian answers
Is there an expression using modulo to do backwards wrap-around ("reverse overflow")?