On Wed, Feb 11, 2009 at 3:42 PM, Kerim Aydin <ke...@u.washington.edu> wrote: > > On Wed, 11 Feb 2009, Elliott Hird wrote: >> 2009/2/11 Kerim Aydin <ke...@u.washington.edu>: >>> >>> On Wed, 11 Feb 2009, Sgeo wrote: >>>> *char text? Not char* text? >>>> >>>> Sorry, just learning C++ now. >>> >>> Oh oops I first typed it as just (*char, *char) then added varnames >>> later. >>> >> *char, *char is also illegal. > > I know, I was using it as a placeholder for unid'd variables.
As long as we're being needlessly nit-picky, the function declaration is also illegal because it lacks a trailing semicolon. -root