CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Mar 2004
    Posts
    235

    read line from a file

    In standart C is there a function that may read a line in a file?

    Thanks in advance!
    01101000011001010110110001101100011011110010000001110011011001010111100001111001

  2. #2
    Join Date
    May 2000
    Location
    KY, USA
    Posts
    18,652

    Re: read line from a file

    Take a look at 'fgets()'...

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured