Search:

Type: Posts; User: Lawn Gnomusrex

Search: Search took 0.00 seconds.

  1. Ahhh! Thank you, Elysia!:D I didn't know if...

    Ahhh! Thank you, Elysia!:D I didn't know if making something like this required more work or not.

    I appreciate the help, everyone! Thanks! :)
  2. Thank you for explaining operator char*()...

    Thank you for explaining


    operator char*() {return ptr;}


    I also see this set off a discussion that would have made my head explode if I tried to understand most of it.:eek:
    I guess the...
  3. If you remove this line: operator char*()...

    If you remove this line:


    operator char*() {return ptr;}

    the entire program won't work at all, it won't output any of the variables with cout.
    I'm just wondering how


    operator char*()...
  4. Yeah, I was really only confused about ...

    Yeah, I was really only confused about


    my_String& operator=(const my_string &object);

    and


    operator char*() {return ptr;}
  5. Help understanding how "operator char*()" works.

    Hello, everyone!
    Sorry to be a bother, but I needed some help wrapping my head around some syntax.

    I would like to apologize in advance for the long post.

    The book I'm reading from right now...
Results 1 to 5 of 5