Menu
Forums
New posts
Search forums
Members
Current visitors
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Menu
Log in
Register
Install the app
Install
Forums
Archive
Archive
C Programming
how to write binary data to stdout?
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
<blockquote data-quote="James Hu" data-source="post: 1682915"><p>No.</p><p></p><p>If you are seeking a completely standard solution, you are better off</p><p>outputting a text encoding of the binary data. If you are writing</p><p>programs intended to read each others input/output, the receiving</p><p>program would need to decode the stream.</p><p></p><p>-- James</p></blockquote><p></p>
[QUOTE="James Hu, post: 1682915"] No. If you are seeking a completely standard solution, you are better off outputting a text encoding of the binary data. If you are writing programs intended to read each others input/output, the receiving program would need to decode the stream. -- James [/QUOTE]
Verification
Post reply
Forums
Archive
Archive
C Programming
how to write binary data to stdout?
Top