Sunday, August 2, 2009

Do u know, in c++ programming, how I can infile a string which has exactly n characters in it? I appreciate it

If you use fopen for the stream you could do an fread to read a specific number of bytes from the stream.


No comments:

Post a Comment