Path: utzoo!utgpu!news-server.csri.toronto.edu!bonnie.concordia.ca!uunet!zaphod.mps.ohio-state.edu!sol.ctr.columbia.edu!cunixf.cc.columbia.edu!francis From: francis@cunixf.cc.columbia.edu (Francis Ho) Newsgroups: comp.sys.ibm.pc.programmer Subject: (Q)Basic -> C Message-ID: <1991Jun6.183759.5605@cunixf.cc.columbia.edu> Date: 6 Jun 91 18:37:59 GMT Reply-To: francis@cunixf.cc.columbia.edu (Francis Ho) Organization: Columbia University Lines: 26 what is the C equivalent (MSC 5.1 or TC/TC++) of these (Q)basic statements: resumecom% = 11 /* is this an int? */ ctrladdress% = &H3FC /* COM1 */ OUT ctrladress%, resumecom% /* incidentally, why the '%', is this to signify ints ? */ is the TC/TC++ version of the above : #define COM1 0 [...] bioscom(1, '\11', COM1); or ^^^^^ (char)(11) neither seems to work please send replies to francis@cunixf.cc.columbia.edu I thought I felt love for you/There was a closeness and warmth that I had never had before/Yet, it was not love./We both search endlessly for it/ We will not find it within each other/What we have, though, is also/ Special, in and of itself/We are too close to part/Yet too far to love.