You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to golan...@googlegroups.com, abiosoft
在 2009年11月30日星期一UTC下午3时33分30秒,rog写道:
see Atoi in the strconv package
I used Sscanf to do this. @abiola89: could you tell me what is the difference between the two? or just tell me which one is better( more efficient).Many thanks!
sdeg...@8thlight.com
unread,
Apr 9, 2012, 10:25:03 AM4/9/12
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Dean Sinaean, golan...@googlegroups.com, abiosoft
Sscanf uses Atoi once it has parsed the format string and figured out the type of the corresponding parameter. Using Atoi directly bypasses that as long as you know you have the string representation of an int.