CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2

Threaded View

  1. #1
    Join Date
    May 2009
    Posts
    5

    Question Accessing external files, how?

    Sorry about the nooby question, but I'm still working on that fraction calculator mentioned in the last thread, and I need to know how to do the following:

    -> Make my program acess an external file
    -> Check that the value of one of two variables don't match any in the external file.

    Each line of the external file contains a number.

    At the moment, the external file is a txt document, however it's easy enough to change.

    Sorry about such a nooby question btw

    Thx in advance,
    -Cobrah
    Last edited by Cobrah; May 12th, 2009 at 02:03 AM.

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