Search:

Type: Posts; User: cworld

Search: Search took 0.01 seconds.

  1. Replies
    2
    Views
    2,701

    doubly linked lists

    I am trying to work with a doubly linked list. The best example that I could understand was from a C book. I attempted to convert that example to a functional C++ program.

    My limited knowlege of...
  2. Replies
    2
    Views
    4,051

    Linked Lists in C++

    Help!

    I can not figure out this linked list using a date. I got it to work using a number, but the teacher wants us to modify the program and make it work with a date. Can you look at my code...
  3. Replies
    0
    Views
    3,442

    C++ Operator Overload Question

    I need some help with an operator overload problem. At the bottom is my complete output. I can not figure out what is wrong with my output. It shows:

    //One + Two: 11.25 day(s)
    //One - Two:...
  4. Thread: C++ Classes

    by cworld
    Replies
    4
    Views
    2,927

    C++ Classes

    I need some help with C++ classes. I can not get my Monthly payments and my Total pay back to print using a class for calculating a mortgage payment. I am not sure what I am doing wrong.

    I...
  5. Replies
    6
    Views
    10,422

    C++ Data Struct using an array as input

    Question:

    How do I get my data struc program to enter input about 12 players. I just can not seem to get it. My code below only enters one player. I think I understand the concept but can't...
Results 1 to 5 of 5