using sscanf for double or long

hi,
Can I use sscanf for type double.
I am using it such for int:
 
 std::sscanf(as.c_str(),"%d\t%d\t%d",&a,&b,&c);

thx!
thx Duoas!
Topic archived. No new replies allowed.