mixing scanf and gets
VLD/VMB
gwyn at BRL.ARPA
Thu Apr 10 06:58:06 AEST 1986
Previous message (by thread):
mixing scanf and gets
Next message (by thread):
mixing scanf and gets
Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
For reading binary data, don't use fgets(), which is designed for text streams. Use fread() instead.
Previous message (by thread):
mixing scanf and gets
Next message (by thread):
mixing scanf and gets
Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the Comp.lang.c mailing list