(big step ..!)
On Friday, July 22, 2016 at 2:28:09 PM UTC-4, Zhong Pan wrote: > > OK, I admit, it's ugly. :-) > > Now I realize it's also wrong. In the example, the > inner-constructor-created member function split() cannot see member > variable "N"; it can only see parameter "n" that is passed in from outside. > If the code changes N later on, the split() function will be using a stale > value. > > >
