| delorie.com/archives/browse.cgi | search |
| Mailing-List: | contact cygwin-help AT sourceware DOT cygnus DOT com; run by ezmlm |
| List-Unsubscribe: | <mailto:cygwin-unsubscribe-archive-cygwin=delorie DOT com AT sourceware DOT cygnus DOT com> |
| List-Subscribe: | <mailto:cygwin-subscribe AT sourceware DOT cygnus DOT com> |
| List-Archive: | <http://sourceware.cygnus.com/ml/cygwin/> |
| List-Post: | <mailto:cygwin AT sourceware DOT cygnus DOT com> |
| List-Help: | <mailto:cygwin-help AT sourceware DOT cygnus DOT com>, <http://sourceware.cygnus.com/ml/#faqs> |
| Sender: | cygwin-owner AT sourceware DOT cygnus DOT com |
| Delivered-To: | mailing list cygwin AT sourceware DOT cygnus DOT com |
| Message-ID: | <19990916130929.6145.rocketmail@web105.yahoomail.com> |
| Date: | Thu, 16 Sep 1999 06:09:29 -0700 (PDT) |
| From: | Earnie Boyd <earnie_boyd AT yahoo DOT com> |
| Reply-To: | earnie_boyd AT yahoo DOT com |
| Subject: | Re: Won't compile the simplest of progs. |
| To: | Daniel Harry Hawson <u7dhh AT dcs DOT shef DOT ac DOT uk>, cygwin AT sourceware DOT cygnus DOT com |
| MIME-Version: | 1.0 |
--- Daniel Harry Hawson <u7dhh AT dcs DOT shef DOT ac DOT uk> wrote:
> I have a 'Progs' folder in my 'cygwin-b20' folder.
> In 'Progs', I tried to compile a C++ file called 'Keypress.cpp'.
>
> > BASH.EXE-2.02$ gcc -o Progs/key.exe Progs/keypress.cpp
> > Progs/keypress.cpp:1: conio.h: No such file or directory
> > BASH.EXE-2.02$
>
> What am I doing wrong?
>
> Here is the contents of 'Keypress.cpp' -
>
> > #include <conio.h>
> > #include <iostream.h>
> >
> > int main(void)
> > {
> > int c;
> > c = getch();
> > while (c != 27) //27 = esc
> > {
> > cout<<"pressed :"<<c<<'\n';
> > c = getch();
> > }
> > return 0;
> > }
>
> Will CygWin work with C++ or just C code?
> How can I get this to work?
This will most likely work with the Mingw32 package which you can download from
Mumit Khan's site. His URL is listed at my site.
===
Earnie Boyd <mailto:earnie_boyd AT yahoo DOT com>
Newbies, please visit
<http://www.freeyellow.com/members5/gw32/index.html>
(If you respond to the list, then please don't cc me)
__________________________________________________
Do You Yahoo!?
Bid and sell for free at http://auctions.yahoo.com
--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe AT sourceware DOT cygnus DOT com
| webmaster | delorie software privacy |
| Copyright © 2019 by DJ Delorie | Updated Jul 2019 |