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

Binary

binary

Great Reads

by Simon Bridge
Multiple-file, searchable, streaming compression library implemented natively in .NET.
by Ray K
Extending BinaryReader/Writer to support a different byte order, string and date formats, and advanced navigation in binary files
by honey the codewitch
BinaryReader and BinaryWriter can be used to parse or write binary files more easily and in a portable manner
by Ben Baron
Java source code to demonstrate Executable Integration which is a concept of integrating several distinct executables to create a single application

Latest Articles

by Simon Bridge
Multiple-file, searchable, streaming compression library implemented natively in .NET.
by Ray K
Extending BinaryReader/Writer to support a different byte order, string and date formats, and advanced navigation in binary files
by honey the codewitch
BinaryReader and BinaryWriter can be used to parse or write binary files more easily and in a portable manner
by Ben Baron
Java source code to demonstrate Executable Integration which is a concept of integrating several distinct executables to create a single application

All Articles

Sort by Score

binary 

by honey the codewitch
BinaryReader and BinaryWriter can be used to parse or write binary files more easily and in a portable manner
by PIEBALDconsult
A binary search of a sorted IList to retrieve an index
by PIEBALDconsult
I wasn't going to publish this version, but I just used it a second time, so maybe someone else will need it too. This is very much like the second version above except that it uses a non-generic IList. Today, I used this to find and insert TreeNodes in a TreeNodeCollection, yesterday I used it...
by Member 13376231
An overview of a tricky binary collision example when there are multiple definitions of symbols in linked binaries