Subj : Re: A real beginer's C++ question To : borland.public.cpp.borlandcpp From : maeder@glue.ch (Thomas Maeder [TeamB]) Date : Tue Jul 08 2003 09:16 pm "Boba" writes: > "Thomas Maeder [TeamB]" wrote in message > news:m2adbpm26y.fsf@madbox2.local... > > > > Actually, each definition is also a declaration. > > ???, then, would you mind telling me what type > the following 'variable' is 'declared' of: > #define x 123 I don't understand. This is a macro definition. There's no variable here. .