Click here to Skip to main content
65,938 articles
CodeProject is changing. Read more.
Everything / IO

IO

IO

Great Reads

by JBildstein
Reading and writing Bitmaps with full 16bit per channel (and possibly more)
by honey the codewitch
BinaryReader needs a better way to read strings and types. Here's a quick and dirty fix
by Ray K
Extending BinaryReader/Writer to support a different byte order, string and date formats, and advanced navigation in binary files
by mlzg4
This stream implementation is fast, thread-safe, easy to use, and very useful for debugging large distributed or concurrent projects.

Latest Articles

by JBildstein
Reading and writing Bitmaps with full 16bit per channel (and possibly more)
by honey the codewitch
BinaryReader needs a better way to read strings and types. Here's a quick and dirty fix
by Ray K
Extending BinaryReader/Writer to support a different byte order, string and date formats, and advanced navigation in binary files
by mlzg4
This stream implementation is fast, thread-safe, easy to use, and very useful for debugging large distributed or concurrent projects.

All Articles

Sort by Score

IO 

by Ray K
Extending BinaryReader/Writer to support a different byte order, string and date formats, and advanced navigation in binary files
by kribo
How to insert images / binary data into a database.
by Michael Sydney Balloni
See how Rust stacks up against C-ish, C++, and C#
by V.
Convert FITS file to known image formats and use those images for a "zooming" functionality (image transparency)
by honey the codewitch
Run your IoT display driver independent of the bus it uses, whether I2C, SPI or parallel
by Bruno van Dooren
How to implement named pipe server for communicating with client apps
by Bruno van Dooren
How to implement named pipe server for communicating with client apps
by PavolSatala
This article shows how to create Puzzle game using Moscrif SDK.
by Alexander Eremeev
The Windows kernel-hacking library and development framework written on C++17
by danah gaz
A lightweight, high performance, easy to use asynchronous stream copy method using IOCP with progress, throughput tracking, and no explicit thread creation.