This is an archive of CompuServe forum messages from 1985 to 1995, as saved in transcripts by John Foust.
Search Results (2 messages)
Thanks, maybe I can reach him on UseNet.
DICE
Message #118392
? I'm using DICE and having problems getting the PreProcessor to echo arguments, like from _The_C _Puzzle_Book_: #define PRINT(int) printf("int = %d\n",int) produces 00000000 = 3 rather than x | y & z = 3 when given PRINT( x | y & z ); in the main program. I was…