byte b; auto file = new File( "some binary file" ); file.readf( "%d", &b );
I get "Unexpected '€' when converting from type LockingTextReader to type int" What functions do I use to read individual bytes, shorts, ints, longs and the like?
byte b; auto file = new File( "some binary file" ); file.readf( "%d", &b );
I get "Unexpected '€' when converting from type LockingTextReader to type int" What functions do I use to read individual bytes, shorts, ints, longs and the like?