Here's my situation: I have a template for a virtual class, with one templated friend global function, and one pure virtual function which the global function tries to call through a pointer to the ...
I'm coming from a Python world, and trying my hand at C++ for the first time. I think I'm mostly having difficulty with getting my head around the syntax and boilerplate required by C++. I basically ...