News:

MASM32 SDK Description, downloads and other helpful links
MASM32.com New Forum Link
masmforum WebSite

reading floats in textfile?

Started by daydreamer, November 21, 2005, 08:12:34 PM

Previous topic - Next topic

daydreamer

what helper function in masm32 does it exist for read floats and ints?

and fseek, how fast is it to seek past sections of file that I dont wanna load into memory?, compared to normal discread on modern computer with diskcache?


Siekmanski

you can use "fscanf" in msvcrt.lib to read in floats, ints, strings or a single char from a textfile.