Receiving data from stdin
From: Javier (xleyba_at_ya.com)
Date: 09/18/04
- Next message: Peter van der Goes: "Re: I hate WindowsXP"
- Previous message: Michael Adams: "Re: Microsoft Losing Interest in C#?"
- Next in thread: Daniel O'Connell [C# MVP]: "Re: Receiving data from stdin"
- Reply: Daniel O'Connell [C# MVP]: "Re: Receiving data from stdin"
- Messages sorted by: [ date ] [ thread ]
Date: Sat, 18 Sep 2004 23:05:20 +0200
Hi
I've a program developed in C++ that will show some data and I need to
write another program to communicate with the first one and get the data
to precess it.
I think to write the second one in C# and make this program to receive
data from the first one, from standard input, using a pipe in a unix style.
But...I'm new to C#..
Could somebody tell me if it's possible ? Do you know if exists a better
way ? Where could I find some sample code ?
Thanks in advance
Javier
- Next message: Peter van der Goes: "Re: I hate WindowsXP"
- Previous message: Michael Adams: "Re: Microsoft Losing Interest in C#?"
- Next in thread: Daniel O'Connell [C# MVP]: "Re: Receiving data from stdin"
- Reply: Daniel O'Connell [C# MVP]: "Re: Receiving data from stdin"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|