C++ Generators

I've posted on http://www.teslacore.it/wiki/index.php?title=CPPGenerators a description of a technique that can be used to implement Generators in C++ with a yield statement equivalent to the one in Python or C# 2.0

Comments

Popular Posts