Search:

Type: Posts; User: Excalibur XP

Search: Search took 0.01 seconds.

  1. Replies
    1
    Views
    1,780

    Comparing Dates?

    First of all, I would like to ask if anyone knows a decent site that explains operator overloading pretty well. It's a very confusing topic.. I can't seem to understand. And there seems to be...
  2. Replies
    5
    Views
    956

    Thanks guys.. I'm still really bad at Classes,...

    Thanks guys.. I'm still really bad at Classes, since I learned them about 5 days ago.

    And my book is useless... the author has a hard time explaining C++ in "simple" terms. Thats why we never...
  3. Replies
    5
    Views
    956

    Classes Exercise (again)

    Ok.. yet another homework.. hope I'm not bugging you guys out too much.

    "Make a program that processes computer orders. There are two ways computers can be ordered. Either in 3 packages (A, B,...
  4. Replies
    8
    Views
    976

    Thanks Hammer, that really helps a lot. Me...

    Thanks Hammer, that really helps a lot.

    Me and my stupid errors. :)

    Well, now I can finally get some well needed Zzz..
  5. Replies
    8
    Views
    976

    I got this far.. #include

    I got this far..





    #include<iostream.h>
  6. Replies
    8
    Views
    976

    I have a more specific question... How am I...

    I have a more specific question... How am I suppose to use the bool isOpen() to determine if the combo is correct or not if bool isOpen() does not accept any input?
  7. Replies
    8
    Views
    976

    Ugh so confused.. here's my attempt. ...

    Ugh so confused.. here's my attempt.



    class Lock
    {
    public:
    void setCode(int newCode);
    void dialCode(int combo);
    bool isOpen();
  8. Replies
    8
    Views
    976

    Help with Classes Exercise

    I'm confused.. here's the homework;

    Note: all of this has to be done in classes.

    Part I
    Define the class Lock. The data members should be private so that the codes may only be altered via the...
Results 1 to 8 of 8