Questions
Linux
Laravel
Mysql
Ubuntu
Git
Menu
HTML
CSS
JAVASCRIPT
SQL
PYTHON
PHP
BOOTSTRAP
JAVA
JQUERY
R
React
Kotlin
×
Linux
Laravel
Mysql
Ubuntu
Git
Carl
Carl has asked
29
questions and find answers to
67
problems.
Stats
2.3k
EtPoint
778
Vote count
29
questions
67
answers
About
Go. C++. Git.
Carl questions
How would I use the >> and << operators for binary data in C++?
How do I change a file's path in git's history?
C++0x - When? [duplicate]
Commit a change to more than one branch in Git
Git subtree or Git Sub module for large resources?
C++ performance tips and rules of thumb anyone?
Which has been the most reliable, fastest Windows C++ profiler that you have used?
No copy constructor available or copy constructor is declared 'explicit'
Can I use the STL if I cannot afford the slow performance when exceptions are thrown?
When and why is an std::__non_rtti_object exception generated?
Carl answers
Prevent merging a file from master with Git
Efficiently computing date/time stamp for logging purposes on unix/win32
Does bit-shift depend on endianness?
Where should non-member operator overloads be placed?
Slice as a key in map
For i = 0, why is (i += i++) equal to 0?
How does one mark a test as anything like "inconclusive" in Google Test?
Encrypting / obfuscating a string literal at compile-time
How to distribute a Go app?
Generating a random double between a range of values