No posts with label C++. Show all posts
No posts with label C++. Show all posts
Subscribe to:
Posts (Atom)
Watch out for hypes in ICT
Hypes ICT has a rich history of hypes where people thought that this would be a panacea for all problems. These hypes lasted for some time ...
-
wchar_t file streams The std::wfstream is similar to std::fstream except it accepts wchar_t. However it does not write std::wchar_t charact...
-
pow After an upgrade of Visual Studio 2017 to 2019 it was noticed that regression tests were failing with the new version. There were ...
-
auto auto was once introduced to circumvent complex type deductions inside template functions. Lately however many C++ guru's think ...