No posts with label C++. Show all posts
No posts with label C++. Show all posts
Subscribe to:
Comments (Atom)
Using clang-cl in Visual Studio
clang-cl clang-cl is the command line tool in Visual Studio capable of invoking the clang compiler with the arguments of msvc. In Visual ...
-
pow After an upgrade of Visual Studio 2017 to 2019 it was noticed that regression tests were failing with the new version. There were ...
-
Scrum The company I work for decided to switch to a more Agile / Scrum development method in 2017. A hired consultant promised the CEO th...
-
auto auto was once introduced to circumvent complex type deductions inside template functions. Lately however many C++ guru's think ...