Thread: Need help comparing db field values in c++

  1. #16
    It's full of stars adrianxw's Avatar
    Join Date
    Aug 2001
    Posts
    4,829
    >>> the July 4th holiday.

    We don't have that here.

    I don't really see how we can help you, or you can help yourself, if we can't get some output from your application.

    Are you sure you are trying to get output from the right place? Can you run the code that is failing in a debugger? We really are clutching at straws here.

    You saay you can't compile the file output stuff. Have you tried compiling a real basic program like I gave you to try to narrow down the problem? What errors did your compiler give you when you added the code?
    Wave upon wave of demented avengers march cheerfully out of obscurity unto the dream.

  2. #17
    Registered User
    Join Date
    Jul 2003
    Posts
    10
    I have not looked at it since we last talked.

    I will look at it again to see what errors are being displayed when I try to compile with the file output code you gave me added in. I know that there were a great deal of errors when I tried last claiming many different potential causes. I will look into using the debugger as well.

    I know what you are trying to accomplish and I will continue to try to get some sort of confirmation that the info that is being compared is correct. I have been reading up on ofstream as well.

    Thanks for all of your effort, I know that you can not do much more. I will continue to work on it, and will let you know when I get further with it.

    Thanks again,

    M

  3. #18
    Registered User
    Join Date
    Jul 2003
    Posts
    10
    I have not looked at it since we last talked.

    I will look at it again to see what errors are being displayed when I try to compile with the file output code you gave me added in. I know that there were a great deal of errors when I tried last claiming many different potential causes. I will look into using the debugger as well.

    I know what you are trying to accomplish and I will continue to try to get some sort of confirmation that the info that is being compared is correct. I have been reading up on ofstream as well.

    Thanks for all of your effort, I know that you can not do much more. I will continue to work on it, and will let you know when I get further with it.

    Thanks again,

    M

  4. #19
    It's full of stars adrianxw's Avatar
    Join Date
    Aug 2001
    Posts
    4,829
    Good luck.

    BTW, did you mean to post that twice? I notice the date/times are very different - sometimes the board screws up and double posts but usually the time is the same?
    Wave upon wave of demented avengers march cheerfully out of obscurity unto the dream.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Comparing values
    By ICool in forum C Programming
    Replies: 8
    Last Post: 09-24-2007, 08:49 AM
  2. adding ASCII values
    By watshamacalit in forum C Programming
    Replies: 1
    Last Post: 12-26-2002, 07:16 PM
  3. How to read in empty values into array from input file
    By wpr101 in forum C++ Programming
    Replies: 5
    Last Post: 11-28-2002, 10:59 PM
  4. linked lists problem
    By Unregistered in forum C Programming
    Replies: 1
    Last Post: 06-17-2002, 10:55 AM
  5. Comparing char values in an array using 'if'
    By Judy_528 in forum C++ Programming
    Replies: 18
    Last Post: 04-25-2002, 07:52 AM