Since 4/2/2012 5:16:43 AM, pew has written 6 articles and participated in 1 conversations. pew signature: pew
pew's articles:
Items(6) /1
[ANNOUNCE] PET User Group ACT Inc.'s Newsletter On-line1930 (5/18/2005 1:06:38 PM) comp.sys.cbm Hi All, I have been quite busy today ;-))). And finally the Commodore PET User Group of the ACT Inc.'s (that used to exist in Canberra, A.C.T., Australia, and is long since defunct) Newsletter has been scanne... Peter
Rewrite recursive function as non-recursive.7339 (4/25/2005 11:53:30 PM) comp.lang.pascal.misc NB -- A copy of this message is also posted in ng: borland.public.delphi.students Hi All, The following function is part of a program which generates a Pascal's Triangle. It uses recursion (as you can see), ... Peter
Convert C code to Delphi -- random function233 (4/15/2005 3:40:07 AM) comp.lang.c Hi All, I need to port the following (small) C language function to Delphi: double Rand(void) { return rand()/(1.0 + (double)RAND_MAX); } NB -- elsewhere in the program randomize is called before-hand. ... Peter
WANTED: C64 prg -- Random Mozart Generator741 (3/30/2005 7:30:29 PM) comp.sys.cbm Hi All, I remember way back in the hey-day of the C64 I used to own one too. And at one stage I came across a program for the C64 which was public domain and written entirely in Commodore BASIC. The program w... Peter
un-obsfuscating -> into pascal an IOCCC obsfuscated program1436 (3/6/2005 7:12:35 AM) comp.lang.c Hi All, I am attempting to reverse-obsfuscate an IOCCC entry, and my ultimate goal is to convert the code into Delphi (OO Pascal). I don't understand what the question-mark (?) operator, and the percent (%)... Peter
Looking for program... to draw and save screens.935 (2/11/2005 5:26:59 AM) comp.sys.cbm Hi All, I am looking for recommendations of program(s) to use which will do the following: I remember way back many, many moons ago, when I used to own a REAL C= PET computer, I wrote a program which did th... Peter
pew's replies:
Items(1) /1
un-obsfuscating -> into pascal an IOCCC obsfuscated program1436 (3/6/2005 7:12:35 AM) comp.lang.c Hi All, I am attempting to reverse-obsfuscate an IOCCC entry, and my ultimate goal is to convert the code into Delphi (OO Pascal). I don't understand what the question-mark (?) operator, and the percent (%)... pew(7)