Index: [thread] [date] [subject] [author]
  From: Robert C. Duvall <rcd@cs.duke.edu>
  To  : 
  Date: 01 Feb 1999 23:40:37 -0500

Re: learning some new tricks....

> since we are all used to using all the tapestry stuff and learning about c
> strings is next week, it's kinda hard for most of us to use things like atoi
> that require c strings.  we have been kinda hidden from all this stuff
> through previous classes....   to figure out how atoi and other things work,
> look at the Astrachan source code.  i put it up on my computer at
> 
> http://mp3.dorm.duke.edu/tapestry
> 
> the way i got atoi to work (the way astrachan does it) is this:
> atoi(anystring.c_str())

You can also access it directly on the acpub systems in:
  ~ola/courses/lib

Remember to attribute any code you "borrow" to its creator,
rcd


-- 
Robert C. Duvall
Lecturer, Duke University
rcd@cs.duke.edu


Index: [thread] [date] [subject] [author]