Search:

Type: Posts; User: Shy_girl_311

Search: Search took 0.01 seconds.

  1. Replies
    7
    Views
    1,094

    The $$$ is when the the books data changes to...

    The $$$ is when the the books data changes to cards data. I changed teh ">>" around and I changed Card* Findcard(int) to Card* Findcard(ifstream&, int) in the header file. I changed Card*...
  2. Replies
    7
    Views
    1,094

    I need help with 5 error messages. I'm new at c++...

    I need help with 5 error messages. I'm new at c++ so I don't understand what these errors mean or I don't see what I did wrong.


    Script started on Tue Dec 04 17:01:36 2001
    strauss.udel.edu%...
  3. Replies
    7
    Views
    1,094

    newbie need help w/error messages

    I need help with 5 error messages. I'm new at c++ so I don't understand what these errors mean or I don't see what I did wrong.

    Script started on Tue Dec 04 17:01:36 2001
    strauss.udel.edu% cat...
  4. Replies
    1
    Views
    2,552

    having trouble with ifstream

    I need help with the error messages that I keep getting. I'm thinking that there's only one problem and they one problem caused the other problems. I think the one problem is with ifstream.
    ...
  5. Replies
    5
    Views
    1,156

    here's my code

    Here's my code:

    Script started on Sun Dec 02 14:41:58 2001
    strauss.udel.edu% cat mailinglabel.h

    //Programmer: Christine Jacksson

    //Date:

    //Section:
  6. Replies
    5
    Views
    1,156

    need help with cout & output

    I don't understand what these errors mean & i don't know why "cout" is not defined.

    line 9 is: aLabel.output(cout);
    I have the same error messages for line 10.
    line 10 is: client.output(cout);
    ...
  7. Replies
    1
    Views
    898

    need help with error message

    I don't understand why I keep getting this error message. Here's my program & error message:

    Script started on Sun Dec 02 11:41:53 2001
    strauss.udel.edu% cat mailinglabel.h

    //Programmer:...
  8. Replies
    0
    Views
    2,007

    need help with error messages

    I don't understand why I keep getting these error messages.

    Script started on Sat Dec 01 15:26:18 2001
    strauss.udel.edu% cat card.h

    // header file for card class



    #ifndef CARD_H
  9. Replies
    5
    Views
    1,213

    need helpw/a error message

    I don't understand why i keep getting this error message, hich is at the bottom of the page.

    Script started on Thu Nov 29 21:35:58 2001
    strauss.udel.edu% cat card.h

    // header file for card...
  10. Replies
    0
    Views
    1,119

    i need help w/classes

    I have a this project due this Friday and this is what I have so far. I don't understand what to write for the the library (public) functions in the library class & the operator= functions for the...
  11. how do i compile a program that deals w/classes?

    I'm thinking that the reason why I keep getting error messages during compile time is because I don't know how to compile programs that deal with classes. Let's say filename.h is where I create the...
  12. Replies
    5
    Views
    2,485

    Here's my second program: #ifndef RECTANGLE_H...

    Here's my second program:
    #ifndef RECTANGLE_H
    #define RECTANGLE_H

    class Rectangle {
    private:
    double length;
    double width;
    double length2;
    double width2;
  13. Replies
    5
    Views
    2,485

    I got the same error message with two of my...

    I got the same error message with two of my programs. Here's the first program:
    //header file

    #ifndef LAB8_H
    #define LAB8_H

    //creates class
    class RaceCar {
    private:
    int car_num;
  14. Replies
    11
    Views
    8,853

    is C++ really hard to learn

    Is C++ really hard to learn because I'm taking intro to C++ right now in college and it's really hard. I'm thinking of changing my major from computer science to something else because it's too...
  15. Replies
    5
    Views
    2,485

    error message, what does it mean?

    I keep getting this error message every time I compile my program. I compile my program like this: CC filename.cc filename.cpp because I'm dealing with classes and I keep getting this error...
  16. Replies
    2
    Views
    965

    need help with a function

    I'm new at nodes and linked lists. I'm having a problem with my make_a_list function. It's supposed to call add_at_back and add_at_front functions alternately to create a linked list. I have code...
  17. Replies
    3
    Views
    1,298

    need help with a function

    I need help with my add_at_back function. I'm trying to add an element to the end of a linked list and everytime I compile my program and run it I don't see the element at the end of the list.
    I...
  18. Replies
    1
    Views
    1,433

    help w/linked lists

    How do you add an element to the end of a linked list? I've tried to write code and it doesn't work. Everything gets displayed except for the element that I'm suppose to add.
    ...
  19. Replies
    1
    Views
    760

    help!!!!!!!

    I'm trying to print out all the elements in the linked list and I keep getting the same number printed out an infinite number of times. I don't know what condition I should put in the while...
  20. Replies
    3
    Views
    2,521

    Help!!!!!!!!

    My program compiles perfectly, but I can't get it to work. I'm kind of new at C++ so it's very possible that I'm overlooking something.
    Here's my program and a segment from the input file is...
  21. Replies
    3
    Views
    1,748

    Now my program is not working now. My program is...

    Now my program is not working now. My program is supposed to print out the number of hurricanes being processed, the number of hurricanes that are category 3 or above, the first ten category 3 or...
  22. Replies
    3
    Views
    1,748

    what does this mean

    What does this error message mean: Warning: String literal converted to char* in formal argument title in call to DisplayStorms(char*, Storm**, int). In main for DisplayStorms I wrote...
  23. Replies
    1
    Views
    1,117

    i need help

    I need help with my program. Everytime that I try to compile my program I keep getting the same error messages. I tried almost everything to get rid of the error messages, but I can't.
    Here's my...
Results 1 to 23 of 23