Questions
Linux
Laravel
Mysql
Ubuntu
Git
Menu
HTML
CSS
JAVASCRIPT
SQL
PYTHON
PHP
BOOTSTRAP
JAVA
JQUERY
R
React
Kotlin
×
Linux
Laravel
Mysql
Ubuntu
Git
embedc
embedc has asked
17
questions and find answers to
0
problems.
Stats
85
EtPoint
0
Vote count
17
questions
0
answers
About
embedc questions
Is it common to declare const pointers in C++?
Do we need to increment thread-local variable atomically?
Checking function signature using C++11 is_same?
Is it possible to test that an abort-routine doesn't return?
Is it possible to declare a constexpr pointer instead of a pointer to constexpr?
Are objects of type nullptr_t ever needed?
Why is nullptr a part of the core language, but nullptr_t is a part of STL?
Why is parameter not a constant expression?
What does an empty # mean in a macro definition?
Can we unit test memory allocation?
embedc answers