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
78
questions and find answers to
205
problems.
Stats
4.3k
EtPoint
1.0k
Vote count
78
questions
205
answers
About
I am a Senior Software and Firmware Engineer with over 30 years experience in C and C++.
Thomas Matthews questions
MFC: Expanding during runtime
Declaring & initializing variables with new, outside function scope
Best Practice - Consolidating duplicate text literals across many translation units
Where is UNS_32 defined?
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
Thomas Matthews answers
Login system using classes c++
endians, languages, hardwares and network
C++ Some Stack questions
Converting link list from C to C++
C++ setting cursor at the exact line in the file
C++ ifstream class get() method returns the character?
Is MSVC strictly necessary to compile on windows?
Does free() operator delete the address from the dynamic variable?
Carriage return ("\r") in C/Objective-C in gdb output not working
When using the fstream is all the file's content loaded into memory? [closed]