From: Hans-Bernhard Broeker Newsgroups: comp.os.msdos.djgpp Subject: Re: newbie makelong? Date: 16 Aug 2000 20:24:27 GMT Organization: Aachen University of Technology (RWTH) Lines: 31 Message-ID: <8net9r$1lo$1@nets3.rz.RWTH-Aachen.DE> References: <39985C49 DOT 3542BDAC AT ntlworld DOT com> <39986125 DOT 80837DE6 AT ntlworld DOT com> <399987A3 DOT 141A6A49 AT ntlworld DOT com> <8ne09b$ihr$1 AT nets3 DOT rz DOT RWTH-Aachen DOT DE> <399AED78 DOT 3C874DB5 AT ntlworld DOT com> NNTP-Posting-Host: acp3bf.physik.rwth-aachen.de X-Trace: nets3.rz.RWTH-Aachen.DE 966457467 1720 137.226.32.75 (16 Aug 2000 20:24:27 GMT) X-Complaints-To: abuse AT rwth-aachen DOT de NNTP-Posting-Date: 16 Aug 2000 20:24:27 GMT Originator: broeker@ To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Steven Watson wrote: [...] > the tutorial is the > first I have seen that has taught me about windowing/screen modes ect , Aha, so it's not exactly a C tutorial, but a 'lowlevel screen access in text mode' tutorial, at least in the way you use it. That's a different situation, then. > If you know of a book that would serve me well I would be > very interested to find more information on windowing type programs > similar to rhide to get me started. That strongly depends on whether you just want to learn how this type of programming can be done on PC/DOS platforms in C, or whether you want to learn somewhat more general techniques. For the former, any lowlevel programming book about PC should do --- I'ld use "PC intern", but that's mainly because it's in German, originally. For the more general case, you're in for a harder search, as portability has rarely been regarded an important thing, in that field, except for Unix terminal-driving libraries, like the dreaded, but actually quite useable 'curses'. Thus, I'd suggest you either dig into the WWW under the topic of TurboVision (the system RHIDE is actually programmed in, originally from Borland), or Curses. There's a curses implementation for DJGPP, too (PDCurses), so you can experiment with it. -- Hans-Bernhard Broeker (broeker AT physik DOT rwth-aachen DOT de) Even if all the snow were burnt, ashes would remain.