I am writing a simple shell-like program. I'm stuck on writing the pipeline part. (IE: program_A | program_B )
I'm assuming I need to use pipe(), but I'm unsure how to do this exactly.
program_A reads from stdin, then it write to a pipe? The other end of this pipe is read in by program_B (but program_B normally reads from stdin, so how do I redirect it without messing up program_A?). program_B then outputs to stdout.
Do I setup the pipe, let program_A run and output to the pipe, then start program_B (after redirecting stdin to the pipe)?
yeah it seems to be Edge only. The dialog buttons work as expected in Chrome and Firefox. The phone is using Android 16 (OneUI 8.5) and Edge version 149.0.4022.53
I'm not aware of this issue, but to help the other guys.
What version of Android are you using?
Did you try a different browser? To see if Edge is the issue here.
I agree when are you going to read this (really poor BTW) article?
Here is a better article so you actually know what is going on and answers questions you had in other comments --> https://arstechnica.com/gadgets/2026/05/speed-boosting-low-latency-profile-is-one-of-the-improvements-coming-to-windows-11/
It is unclear if one will be able to disable the new profile at this point but I am not seeing any reason why one would.
I disagree; they come off very "bitchy" and "whiny".
Make a great product and combine that with a great price (free) and people will come over to your side. Or build it and they will come as they say.
Constantly trying to get attention by complaining all the time, will turn people off to your product.
Question
dontocsata
I am writing a simple shell-like program. I'm stuck on writing the pipeline part. (IE: program_A | program_B )
I'm assuming I need to use pipe(), but I'm unsure how to do this exactly.
program_A reads from stdin, then it write to a pipe? The other end of this pipe is read in by program_B (but program_B normally reads from stdin, so how do I redirect it without messing up program_A?). program_B then outputs to stdout.
Do I setup the pipe, let program_A run and output to the pipe, then start program_B (after redirecting stdin to the pipe)?
Thanks!
Link to comment
https://www.neowin.net/forum/topic/845358-c-using-pipe/Share on other sites
3 answers to this question
Recommended Posts