Class Alias?

Is it possible to give a class an alias in its .h file? I thought I read somewhere this was possible, but now the reference cannot be found. If so, what is it called so I can read up on it. I thought I read somewhere you could do the following

class ThisIsAReallyLongClassName
{

} foo;

Maybe my syntax is off or I'm thinking of a different language?

Thanks
I think using typedef will solve your problem.
Last edited on
Topic archived. No new replies allowed.