Questions
Linux
Laravel
Mysql
Ubuntu
Git
Menu
HTML
CSS
JAVASCRIPT
SQL
PYTHON
PHP
BOOTSTRAP
JAVA
JQUERY
R
React
Kotlin
×
Linux
Laravel
Mysql
Ubuntu
Git
Thomas Matthews
Thomas Matthews has asked
73
questions and find answers to
182
problems.
Stats
3.9k
EtPoint
955
Vote count
73
questions
182
answers
About
I am a Senior Software and Firmware Engineer with over 30 years experience in C and C++.
Thomas Matthews questions
How to pass function by reference?
Where is formatting buffer for printf?
Deploying to Program Files directory
How to split __DATE__ and __TIME__ macros into individual components for variable declarations?
Visual Studio custom build event always executing
C++ Ramifications of ignoring exception from constructor
Script for changing C++ class names
Convert raw grayscale binary to JPEG
Doxygen: Outputting Version Numbers
Smart Pointer Implementation in C [duplicate]
Thomas Matthews answers
IDE for C++ and support for wxWidgets [closed]
Is there any way to print my polynomial exponents in superscript with C++? [duplicate]
Writing Device Drivers for Microcontrollers, where to define IO Port pins?
Mapping enum values to strings in C++
Why do very large If statements cause a stack overflow
Embedded logging [closed]
Is it more efficient to store vector size into an int variable when using it multiple times? [duplicate]
Data structure for efficient search
What rounding method should you use in Java for money?
Is there a difference in runtime if a heavy calculations function is in the conditional part of the loop?