Questions
Linux
Laravel
Mysql
Ubuntu
Git
Menu
HTML
CSS
JAVASCRIPT
SQL
PYTHON
PHP
BOOTSTRAP
JAVA
JQUERY
R
React
Kotlin
×
Linux
Laravel
Mysql
Ubuntu
Git
Timo
Timo has asked
9
questions and find answers to
38
problems.
Stats
778
EtPoint
200
Vote count
9
questions
38
answers
About
Timo questions
Strongly typed enums without explicit scoping?
How to get the size of a template argument when using CRTP?
How to test whether class B is derived from class A?
Undefined reference to a static local variable
Why are @ and $ characters not used for anything in C and C++? [closed]
Is it safe to "upcast" a method pointer and use it with base class pointer?
How to use lambda functions with boost::bind/std::bind in VC++ 2010?
Timo answers
Why does virtual keyword increase the size of derived a class?
Global function definition in header file - how to avoid duplicated symbol linkage error
What does " if(*((void **) &(_ptr)) != (void *) NULL) " check?
Read-write thread-safe smart pointer in C++, x86-64
Problems using boost::asio::async_read()
Using std::ifstream, std::istream_iterator and std::copy is not reading entire file
compiler optimization of return value in VS 2010
Is an asterisk optional in a function pointer?
"Method '%s' hides virtual method of base type '%s'". What's really being hidden?
Why would Windows hooks not receive certain messages?