Questions
Linux
Laravel
Mysql
Ubuntu
Git
Menu
HTML
CSS
JAVASCRIPT
SQL
PYTHON
PHP
BOOTSTRAP
JAVA
JQUERY
R
React
Kotlin
×
Linux
Laravel
Mysql
Ubuntu
Git
Clifford
Clifford has asked
9
questions and find answers to
472
problems.
Stats
10.5k
EtPoint
3.1k
Vote count
9
questions
472
answers
About
Software Engineer, embedded systems.
Clifford questions
Why does adding custom build step in Visual Studio Qt project with Qt add-in stop automatic MOC and UIC steps?
Detecting open PC COM port from USB Virtual Com Port device
Generating a compile-time constant integer from a literal string
Can `std::istream::operator>>()` accept integer radix prefixes like stdio's %i format specifier?
How to improve fixed point square-root for small values
How can I use an SD card for logging 16-bit data at 48 ksamples/s?
Is `volatile` required for shared memory accessed via access function?
Clifford answers
Is memory fragmentation possible when malloc and free functions are called in order?
can linux run without an RTC present on an embedded platform?
how to make my "Login" use case prerequisite to other usecases in UML
Expand macro to no code: "do {} while (0)" or "while (0) {}"
Instance where embedded C++ compilers don't support multiple inheritance?
Traces for the function call in a single thread, does not appear to be in order that is expected
ARM Cortex-M3 Startup Code
Is there any drawback to using '\n' at the start instead of end?
sprintf raw bytes to string in C?
MPU6050 - Gyroscope tilt angle measurement for self balancing robot?