Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: maximusAF
  • Content: Threads
  • Order by date
  1. maximusAF

    Array with boolean values

    Can someone advise on how to create an array with bool values? How you tell each element of bool array if record exist or not? Keep simple as possible.
  2. maximusAF

    Calculate duration between two dates

    I trying to calculate number of days between one date and another. I have good idea of how to do this but not sure efficient. What is the proper algorithm? How you also compute new date given one date and a number of days? Please keep algorithm simple as possible.
  3. maximusAF

    Help with finding End of File (EOF)

    Hello, I am coding a program that inputs data from a file. I have a loop that will input each line and then output each line. I have the while loop set as: while (! file.EOF()) { ... ) For some reason, the loop will process and output the last record in the file twice. For example, if my...
  4. maximusAF

    Getting min and max from array??

    I need some advice for getting the min and max from an array. I have a loop that reads the number and then calls a void function to do the calculations. My call by reference parameters/variables are not working right. When I output the results to the screen, it shows the max and min as the...

Part and Inventory Search

Back
Top