Questions
Linux
Laravel
Mysql
Ubuntu
Git
Menu
HTML
CSS
JAVASCRIPT
SQL
PYTHON
PHP
BOOTSTRAP
JAVA
JQUERY
R
React
Kotlin
×
Linux
Laravel
Mysql
Ubuntu
Git
StackedCrooked
StackedCrooked has asked
234
questions and find answers to
58
problems.
Stats
2.6k
EtPoint
498
Vote count
234
questions
58
answers
About
Software developer specializing in C++ cross-platform development.
Hobby projects:
Coliru: online C++ compiler
Anime Ratings: Google Chrome extension for finding good anime
tetris-challenge: experimentation with Tetris AI algorithms
Clojure notes: just my notes :)
StackedCrooked questions
Likeliness of Named RVO?
Using C-style encapsulation techniques in Clojure?
Difference between `cout << x` and `cout.operator <<(x)`?
Chrome extension authentication
How to handle "item not found" situations in a find function?
How to implement the observer pattern safely?
Why is my scoped lock faster than a manual lock?
When does it make sense to have separate implementations for operator== and operator!=?
How to create a public API for an existing codebase?
C++ templates problem
StackedCrooked answers
Where to get a tutorial on the creation of an mpeg-1 video encoder? [closed]
Is there any Graph Builder for GStreamer?
Is there a cross-platform exec in Boost?
Why the following non-static data member initialization is invalid in C++11
Boost asio - udp server
100% CPU usage when overriding QGraphicsLineItem::paint()
Mixing Generic Programming with Polymorphism
Any UML-like modeling tool for QT signals and slots?
Cross platform compatibility in C/C++ (porting a project from Java)?
Creating a future from intermediate futures?