Path: utzoo!utgpu!watmath!clyde!att!osu-cis!tut.cis.ohio-state.edu!ukma!rutgers!ucsd!nprdc!snguyen From: snguyen@nprdc.arpa (Son Nguyen) Newsgroups: comp.lang.c++ Subject: Zortech C++, V1.6 Message-ID: <1195@arctic.nprdc.arpa> Date: 19 Dec 88 20:18:40 GMT Sender: news@nprdc.arpa Reply-To: snguyen@nprdc.arpa (Son Nguyen) Organization: Navy Personnel R&D Center, San Diego Lines: 13 I am trying to create a 'curses' library package which is about similar to 'curses' package in UNIX. In addition, I try to use the 'display' package provided by Zortech people. Doing that I stumble into a problem. I could get an attribute and a character under the cursor (from the screen) by calling 'disp_pokew (row, col)' which returns an unsigned value. This unsigned value composes of an attribute and a character. What I would like to do is to seperate the attribute and a character. Does anyone know how to do so by either using Zortech routines or making new routines ? Thanks. By the way: My compiler version is the Zortech C++, V1.06 (not V1.6)