On 2/2/12 1:35 PM, xancorreu wrote:
In this code, how can I cast the args[0] string to int for computing factorial(args[0])?
std.conv.to!int(…) or parse(). Hope this helps, David
On 2/2/12 1:35 PM, xancorreu wrote:
In this code, how can I cast the args[0] string to int for computing factorial(args[0])?
std.conv.to!int(…) or parse(). Hope this helps, David