Subj : Re: Function pointer To : borland.public.cpp.borlandcpp From : maeder Date : Wed Jun 15 2005 06:21 pm "teo" writes: [Probably unrelated to your question, but still important:] > #define _T_MENO(appo) t_meno(appo) > #define _MENO(appo) meno(appo) Names containing __ and/or starting with _[A-Z] are reserved to the C++ implementation. We mere users must not declare them in our code. Your program has undefined behavior. .