Visual Studio Code – How to alias a function in C++ DLL
For scientific purposes I’m writing some number crunching routines in C++ and benchmarking various ways of running computations for ultra-high-precision floating-point numbers. And when I decide on the best routine for a specific purpose, I’d like to specify a generalized…