CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: patsies62

Search: Search took 0.02 seconds.

  1. How to I return multiple values in a function

    OK, I a program that takes in data from a file and returns messages based upon it. Right now my function shot is supposed to be a multiple value returning function but I don't know how to return...
  2. Replies
    1
    Views
    3,154

    Re: How to get to the next line in a file

    got it working ... eof was in the wrong place
  3. Replies
    1
    Views
    3,154

    How to get to the next line in a file

    Ok so i have a program that takes in information from an input file and sends it to an output file. There are multiple lines in the input file and im trying to loop it to read in each line process...
  4. Re: Help with error message 2248 cannot access private member declared in class

    works perfect ... thanks a lot
  5. Help with error message 2248 cannot access private member declared in class

    Ok so I have a simple program that reads in numbers from a file and counts the amount of even and odd numbers in the file and prints out the results, but when I try to compile I get the error C2248...
Results 1 to 5 of 5





Click Here to Expand Forum to Full Width

Featured