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
77
questions and find answers to
200
problems.
Stats
4.2k
EtPoint
1.0k
Vote count
77
questions
200
answers
About
I am a Senior Software and Firmware Engineer with over 30 years experience in C and C++.
Thomas Matthews questions
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
Script for changing C++ class names
Thomas Matthews answers
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]
How do I convert byte to string?
reading/writing unsigned char array from/to file using filestream
Need to convert txt file into binary file in C++
Filtering out invalid user inputs
Choosing a data type based on size