[A89] Re: Handles


[Prev][Next][Index][Thread]

[A89] Re: Handles




All right, I sorta solved my problem.

// code starts

testPtr = HeapDeref(handle);
file 1 = fopen("test", "wt");

do
{
    ch = putc(peek(testPtr), file1);
		
    testPtr++;	

} while (ch != EOF);

// end code

The only problem is it's really slow. Does anyone know
why and / or how I can speed this up?

__________________________________________________
Do You Yahoo!?
Get personalized email addresses from Yahoo! Mail
http://personal.mail.yahoo.com/



Follow-Ups: References: