Search Results

0
votes

What is the fashionable programming language in academia?

It depends if you mean "What is taught" or "What is used", and in what subject context. The two often are different (at least in physics, my field). In some areas there is still a lot of Fortran 77 …
1
vote

How do I create an nullary Functor in C++ (using the loki library)

Looking at the source code, the Functor template definition is as follows: template <typename R = void, class TList = NullType, template<class, class> class Threadi …