Path: utzoo!attcan!utgpu!jarvis.csri.toronto.edu!mailrus!cs.utexas.edu!usc!apple!agate!shelby!portia!hobbes From: hobbes@portia.Stanford.EDU (Andrew Zimmerman) Newsgroups: comp.sys.ibm.pc Subject: TurboC, wanderer, and Zenith Supersport Message-ID: <6973@portia.Stanford.EDU> Date: 23 Nov 89 23:15:12 GMT Sender: Andrew Zimmerman Organization: Stanford University Lines: 29 Turbo C: Is there a bug in the >> operator in Turbo C? The following section of code doesn't seem to work (Turbo C 2.0) long value, shift; value = 0x8000; for(shift=0; shift < 32; shift++) { printf("%08X\n",value >> shift); } Seems to work fine if shift is an int. (I know, I could do a (int) in front of the shift, I just think that it should work without one.) Wanderer: I am looking for the most current version of wanderer that will run on a CGA machine. Also, which version of pccurses should be used with wanderer. Supersport: Has anyone had any success using the composite video signal that is supposed to be available on the 9-pin video connector? I've been able to use the RGB output, but not the composite. Any help would be appreciated. Andrew zimmer@calvin.stanford.edu hobbes@portia.stanford.edu