Re: concatenating with cpp

2001-10-18 Thread Binand
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 > "Nikolaos" == Nikolaos A Margaritis <[EMAIL PROTECTED]> writes: Nikolaos> Dear all, Nikolaos> I have a problem with the cpp. Well, I have a Nikolaos> definition: Nikolaos> #define DIM 4 Nikolaos> then I need the preproces

concatenating with cpp

2001-10-18 Thread Nikolaos A. Margaritis
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Dear all, I have a problem with the cpp. Well, I have a definition: #define DIM 4 then I need the preprocessor to concatenate "SOME_NAME_" with "DIM", ie I want to it to return SOME_NAME_4 which is a function name. Thus if I type: SOME_VALUE_ som