Search:

Type: Posts; User: RJstuff1

Search: Search took 0.01 seconds.

  1. Replies
    8
    Views
    1,994

    oh...I'll lookinto my code

    Thanks again.
  2. Replies
    8
    Views
    1,994

    Hmm..

    How did you get it to take out the error? I'm still getting the error when I compile the program. Could you please post what you did to the code? I would very much appreciate it.

    Thanks for all...
  3. Replies
    8
    Views
    1,994

    Not for nothing

    not for nothing but I did attempt to compile the program but it gave me the same error before and after I added the #endif. It will not complete run.

    See the actual code below: (maybe I missing...
  4. Replies
    8
    Views
    1,994

    No problemo

    I'll do that right now.
  5. Replies
    8
    Views
    1,994

    by the way

    I took off the #endif and left it as the original.
  6. Replies
    8
    Views
    1,994

    Vehicle file attached.

    Here you go. I had to attach the vehicle.h file to a vehicle.cpp file because of the rules for attachments. Anyway, it should be a .h file.
  7. Replies
    6
    Views
    1,836

    I'll have to do that in a new thread

    When replying is says I cannot upload attachment so I will use a new thread to do this.
  8. Replies
    6
    Views
    1,836

    very much appreciate your help (solution), however, still got same error.

    I tried as you suggested but to no avail, I still got the same error. I do really appreciate all the help, though. Is there any other possible solutions for this error?

    Again, appreciate any...
  9. Replies
    6
    Views
    1,836

    Oops, sorry 'bout that.

    The error is:

    c:\dev-c++\vehicle.h:3 unterminated '#if" conditional


    The header file is:

    // header file - vehicle
    #include<iostream.h>
    #ifndef VEHICLE_H
  10. Replies
    6
    Views
    1,836

    Need help with one error in my code

    I have this one last error in my code. Could someone please help me? Here is my code:

    //Implementation file for CarFacts application

    #include <iostream.h>
    #include "vehicle.h" // [The...
Results 1 to 10 of 10