Subj : Re: Class in Header file To : borland.public.cpp.borlandcpp From : john blackburn Date : Mon May 17 2004 12:22 pm Michael Gebauer wrote: > Ok, this should be pretty easy, but I dont get the error. Im declaring a > class in my header file, but always get a "declaration syntax error". Even > if I simplify it to: > (in Test.h) > > class List{}; > > 1 Line, thats it. But its not working. Im using textpad and the free > borland c++ compiler. > > Anyone an idea? Isn't "list" a reserved keyword under C++ ? .