by Ian Collins <ian-news@[EMAIL PROTECTED]
>
Apr 15, 2008 at 08:09 PM
Xiutao Yang wrote:
> hi,all
> I have a program about ## ,which is the following.
> =========================================================
> #include <iostream>
> using namespace std;
>
> class CMyClass {
> public:
> static int m_i;
> public:
> CMyClass(){
> m_i++;
> }
> };
>
> #define NEWW(i) CMyClass *a_##i=new CMyClass();
> #define PPR(i) cout<<a_##i->m_i<<endl
> #define F(i) F_##i()
Why are you doing something so diabolical?
--
Ian Collins.