sum across an array of objects

bearophile bearophileHUGS at lycos.com
Sat Jul 28 03:58:44 PDT 2012


Philip Daniels:

> cannot implicitly convert expression (_param_1) of type 
> WordDatabase.WordTable to int

That error tells you to not use an int as first value for the 
reduce. Maybe this is enough to solve your problem.

Bye,
bearophile


More information about the Digitalmars-d-learn mailing list