public inbox for gcc@gcc.gnu.org
 help / color / mirror / Atom feed
From: Erik Mouw <J.A.K.Mouw@its.tudelft.nl>
To: adarshmp@rediffmail.com
Cc: gcc@gcc.gnu.org
Subject: Re: enquiry
Date: Fri, 22 Sep 2000 02:15:00 -0000	[thread overview]
Message-ID: <200009220915.LAA14370@duteinh.et.tudelft.nl> (raw)
In-Reply-To: <20000922032325.4864.qmail@mailweb10.rediffmail.com>

On 22 Sep 2000 03:23:25 -0000, Adarsh MP wrote:
> I am Adarsh. I am doing my masters in Computers, at Bradley Univ. I am now in
> the midst of developing a project, ie. simulation of an operating system shell.
> I am facing the problem with GCC compiler. I am not able to use the command
> getch() even though it is specified in help. 

This is actually the wrong mailing list, this list is about the
development of GCC itself.

>   i am trying to use it coz i have to accept the passwords from the user
> without echoing it. Can u plz suggest me a method
> thanking u

The getch() function is not a standard libc function. The correct way
depends on your target system. If you're using a UNIX like system, the
proper way is to use the function getpass(), or build such a function
yourself by using select() and read() on stdin.


Erik

-- 
J.A.K. (Erik) Mouw, Information and Communication Theory Group, Department
of Electrical Engineering, Faculty of Information Technology and Systems,
Delft University of Technology, PO BOX 5031,  2600 GA Delft, The Netherlands
Phone: +31-15-2783635  Fax: +31-15-2781843  Email: J.A.K.Mouw@its.tudelft.nl
WWW: http://www-ict.its.tudelft.nl/~erik/



  reply	other threads:[~2000-09-22  2:15 UTC|newest]

Thread overview: 19+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2000-09-21 20:26 enquiry Adarsh MP
2000-09-22  2:15 ` Erik Mouw [this message]
2006-09-29 13:00 ENQUIRY Dr.Richard Lovward
2009-06-02 13:00 Enquiry Vijay Holimath
2009-06-02 13:52 Enquiry Vijay Holimath
     [not found] ` <dfa53ad0906021048t7e1c1fc7pf019d1229f529592@mail.gmail.com>
     [not found]   ` <dfa53ad0906021050p7aa605f2m4a1b6459b7f1f89e@mail.gmail.com>
2009-06-03 10:33     ` Enquiry Vijay
2020-09-12 23:44 Enquiry Paul
2022-01-30  9:47 Enquiry Theodore Papadopoulo
2022-01-30 10:41 ` Enquiry Jakub Jelinek
2022-01-30 10:50   ` Enquiry Jonathan Wakely
2022-01-30 10:58     ` Enquiry Jakub Jelinek
2022-01-30 11:11       ` Enquiry Jonathan Wakely
2022-01-31  9:42         ` Enquiry Jakub Jelinek
2022-01-31 10:25         ` Enquiry Andreas Schwab
2022-01-31 10:33           ` Enquiry Jonathan Wakely
2022-01-31 10:16       ` Enquiry Theodore Papadopoulo
2022-01-31 10:23         ` Enquiry Jonathan Wakely
2022-01-30 11:17 ` Enquiry Jonathan Wakely
2022-01-31  9:26   ` Enquiry Theodore Papadopoulo

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=200009220915.LAA14370@duteinh.et.tudelft.nl \
    --to=j.a.k.mouw@its.tudelft.nl \
    --cc=adarshmp@rediffmail.com \
    --cc=gcc@gcc.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).