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

Re: lab reference

Austin Fath <jaf13@duke.edu> writes:
> What about in parsing the code, is there a way to find what parts of
> entered data are variables, operators, or constants without using if
> statements to check the string one letter at a time?!!?!

Only if you want to be really clever (i.e., use some form of data
structure).  Again, all of this is discussed in Meyers, Item 75.

rcd


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


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