From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=0.2 required=5.0 tests=BAYES_00,INVALID_MSGID, REPLYTO_WITHOUT_TO_CC autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,b20043299f7557d4 X-Google-Attributes: gid103376,public From: kilgallen@eisner.decus.org (Larry Kilgallen) Subject: Re: RE-How to get char without press enter ADA83 Date: 1999/03/02 Message-ID: <1999Mar2.113402.1@eisner>#1/1 X-Deja-AN: 450409745 X-Nntp-Posting-Host: eisner.decus.org References: X-Trace: news.decus.org 920392448 22784 KILGALLEN [192.67.173.2] Organization: LJK Software Reply-To: Kilgallen@eisner.decus.org.nospam Newsgroups: comp.lang.ada Date: 1999-03-02T00:00:00+00:00 List-Id: In article , BIARD EMMANUEL PATRICE writes: > I would like to know how to get a char without press enter > I work on Unix plateform (System V) AND WITH ADA83 ONLY !! > Language: ADA83, C or anyone who can make an object file. There is no general Ada capability to do this until Ada95. Thus, the answer might be found in the compiler-specific documentation for the Ada83 compiler you did not name. If there is nothing there, you should use the operating system documentation and make a suitable call to an operating system routine in the compiler-specific fashion indicated by the documentation for the mystery Ada compiler. If you chose to do it in C, your Ada83 compiler documentation would tell you how to call a C program (which again, is somewhat compiler-specific for Ada83). Larry Kilgallen