15.05.2012, 14:01
Why if(!sscanf(params, "d")) this dont make any Sense because ! is if not.
Firstly you must define d , so if d is a float so simply do:
new test(for example)
new
test
if (sscanf(params, "d", test))
so the variable Test is for d.
Firstly you must define d , so if d is a float so simply do:
new test(for example)
new
test
if (sscanf(params, "d", test))
so the variable Test is for d.