Topic: Pascal Triangle Solution Part II


Author: sgermain@bmtlh554.NoSubdomain.NoDomain (Sylvain St.Germain)
Date: 1 Dec 1994 20:23:48 GMT
Raw View
I made a mistake in the main() part of the exemple.

The call of GetTriPascalLine(iNumLine, Results);
must be replace by GetTriPascalLine(i, Results);

Now it's good.

Sylvain.