public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
* hey
@ 2019-02-02  8:26 Mesfin Amezene
  2019-02-02  9:02 ` hey Marco Atzeri
  0 siblings, 1 reply; 7+ messages in thread
From: Mesfin Amezene @ 2019-02-02  8:26 UTC (permalink / raw)
  To: cygwin

i install ns2.35 windows version  but happen bash problem that is couldn`t
compute FAST_cwd pointer
what i do to solve this problems

--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

^ permalink raw reply	[flat|nested] 7+ messages in thread
* Hey
@ 2020-10-28 10:39 Ray Chapa
  0 siblings, 0 replies; 7+ messages in thread
From: Ray Chapa @ 2020-10-28 10:39 UTC (permalink / raw)
  To: cygwin

Hey--
Chaparay

^ permalink raw reply	[flat|nested] 7+ messages in thread
* Hey
@ 1998-01-05 13:22 BMullenber
  0 siblings, 0 replies; 7+ messages in thread
From: BMullenber @ 1998-01-05 13:22 UTC (permalink / raw)
  To: gnu-win32

I want to build a program in C++ but I only have beginner skills in C++.  I
know the type of program I want and what I want it to do however I need some
help making it.  If you would be willing to help by explaining how to do stuff
in C++ when i bring up questions, please contact me.

I will explain more later if you are willing to help me.

thanks
Brandon
-
For help on using this list (especially unsubscribing), send a message to
"gnu-win32-request@cygnus.com" with one line of text: "help".

^ permalink raw reply	[flat|nested] 7+ messages in thread
* Re: hey
@ 1998-01-04 15:26 Earnie Boyd
  0 siblings, 0 replies; 7+ messages in thread
From: Earnie Boyd @ 1998-01-04 15:26 UTC (permalink / raw)
  To: BMullenber; +Cc: gnu-win32

>From: BMullenber <BMullenber@aol.com>
>Date: Sat, 3 Jan 1998 06:18:13 EST
>To: earnie_boyd@HOTMAIL.COM
>Subject: hey
>
>In a message dated 98-01-02 12:22:50 EST, you write:
>
><< Hi Brandon,
> 
> Try:
> gcc -o hello.exe hello.c
> 
> or
> gcc -c hello.c
> gcc -o hello.exe hello.o >>
>
>Thanks for the help, now i got 1 simple problem.
>
>I am learning from a C++ book by myself.  
>
>The hello program in the book is written
>--------------------------------
>#include <iostream.h>
>
>int main()
>{
>cout << "hello\n";
>return 0
>}

This didn't work because of the missing ";" on return 0

>
>I found out through trial and error that it doesn't work and you need 
to do
>this
>
>--------------------------------
>#include <iostream.h>
>
>void main()
>{
>cout << "hello\n";
>};
>
>now when I try the exe program it works but it quickly closes without 
havng
>barely any time to actually read what it says.  Is there any way for it 
to
>stay open so that i can read it? A command?

Run it from a dos window.  When the program exits the output will still 
be seen.

>


-        \\||//
---o0O0--Earnie--0O0o----
-earnie_boyd@hotmail.com-
------ooo0O--O0ooo-------

Check out these great gnu-win32 related sites:
ftp://ftp.cygnus.com/pub/gnu-win32/latest/           (ftp site)
http://www.cygnus.com/pubs/gnupro/                   (Comercial Page)
http://www.cygnus.com/misc/gnu-win32/                (Project Page)
http://www.cygnus.com/ml/gnu-win32                   (Mail Archives)
http://www.itribe.net/virtunix/winhelp-man-pages/    (HTML Man Pages)
http://www.lexa.ru/sos                               (Sergey Okhapkin)
http://www.fu.is.saga-u.ac.jp/~colin/gcc.html        (Colin Peters)
http://www.xraylith.wisc.edu/~khan/software/gnu-win32/ (Mumit Khan)
http://gnu-win32.paranoia.ru                         (Chuck Bogorad)
ftp://ftp.deninc.com/pub                       (Den Internet Services)


______________________________________________________
Get Your Private, Free Email at http://www.hotmail.com
-
For help on using this list (especially unsubscribing), send a message to
"gnu-win32-request@cygnus.com" with one line of text: "help".

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2020-10-28 10:39 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-02-02  8:26 hey Mesfin Amezene
2019-02-02  9:02 ` hey Marco Atzeri
2019-02-02 11:58   ` hey Björn Stabel
2019-02-02 12:57     ` hey Jürgen Wagner
  -- strict thread matches above, loose matches on Subject: below --
2020-10-28 10:39 Hey Ray Chapa
1998-01-05 13:22 Hey BMullenber
1998-01-04 15:26 hey Earnie Boyd

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).