CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2

Thread: string to long

  1. #1
    Join Date
    Dec 2001
    Location
    Dallas, Tx, USA (originally fromIndia)
    Posts
    154

    string to long

    Does anybody know where i can get the source code for the strtoul() fiunction to convert a string into long.
    Appreciate the help.
    thanks,
    Preetham.

  2. #2
    Join Date
    May 2000
    Location
    Phoenix, AZ [USA]
    Posts
    1,347
    Do a search on google for strtoul.c and take your pick.
    Here's a link to one implementation:
    http://tcl.apache.org/sources/tcl/compat/strtoul.c.html

    --Paul

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured