No posts with label C++. Show all posts
No posts with label C++. Show all posts
Subscribe to:
Posts (Atom)
Watch out for an old VC++ runtime
VC_redist.x64.exe For C/ C++ applications the VC++ runtime needs to be installed on the computer. The other day we experienced crashes whe...
-
pow After an upgrade of Visual Studio 2017 to 2019 it was noticed that regression tests were failing with the new version. There were ...
-
Libraries Anyone who does serious application development would notice that standard C++ lacks extensive library support on the level of ...
-
auto auto was once introduced to circumvent complex type deductions inside template functions. Lately however many C++ guru's think ...