CompuServe Archive

This is an archive of CompuServe forum messages from 1985 to 1995, as saved in transcripts by John Foust.

Search Results (2 messages)

#118513 DICE Message #119032
From: Rick Nelson AmigaTech Forum · C Programming September 4, 1990 12:22 PM
Thanks, maybe I can reach him on UseNet.
DICE Message #118392
From: Rick Nelson AmigaTech Forum · C Programming August 30, 1990 11:28 PM
? 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…