Search:

Type: Posts; User: Chroder

Search: Search took 0.01 seconds.

  1. Replies
    19
    Views
    3,416

    Hey, nice work! I'm workin' on my first real...

    Hey, nice work!

    I'm workin' on my first real program too... Just don't know what to include in it...

    I'm 13 also, but age doesn't matter! ;)
  2. Have a look at what I did last night, ...

    Have a look at what I did last night,


    #include <iostream>
    #include <string.h>
    using namespace std;

    class cPassword
    {
    public:
  3. Calling a member function from a member function?

    Ok, I have a function as part of my class... I want it to test a password, if it is incorrect then I want it to call itself again.. But how do I call the function from itself?

    I also want to know...
  4. Replies
    2
    Views
    1,207

    MSVC++ Display Line Numbers?

    Is there an option to display line numbers in the gutter? I'm trying to fine it but can't seem to...
  5. Replies
    8
    Views
    1,116

    Suggestion noted ;) Any suggestion on waht...

    Suggestion noted ;)

    Any suggestion on waht book - because I actually am thinking of getting one.
  6. Replies
    8
    Views
    1,116

    Ahh! I finaly get it now!! I feel a great...

    Ahh! I finaly get it now!!

    I feel a great overwhelming power of joy!

    :D

    Thanks The Dog!
  7. Replies
    8
    Views
    1,116

    Oh, because all of the function from line 28-31...

    Oh, because all of the function from line 28-31 return private member variables that are Point - why are they using Point?
  8. Replies
    8
    Views
    1,116

    What about on line 28-31 on the header file - why...

    What about on line 28-31 on the header file - why is it prefixed by 'Point' ? Is it using the point class for something I cannot see?
  9. Replies
    8
    Views
    1,116

    Help Understanding Classes

    I am reading "Tech Yourself C++ in 21 Days." In the book is the following code (it takes the form of two listings, one is a header file and the other actual code including the header file)
    ...
Results 1 to 9 of 9