Search:

Type: Posts; User: auth

Search: Search took 0.01 seconds.

  1. Replies
    14
    Views
    3,296

    Yes Sir, due to the modification the "&" is gone.

    Yes Sir, due to the modification the "&" is gone.
  2. Replies
    14
    Views
    3,296

    Yes, I return an object, NOT a reference....

    Yes, I return an object, NOT a reference. Satisfied :)?
  3. Replies
    14
    Views
    3,296

    Cstring sum = cChar (const char) + str1 (CString...

    Cstring sum = cChar (const char) + str1 (CString object).

    In the corresponding method i copy the parameters rhs (str1) and lhs (cChar) into a new CString object, where I modify it and checks its...
  4. Replies
    14
    Views
    3,296

    Yes, It did, with modifications.

    Yes, It did, with modifications.
  5. Replies
    14
    Views
    3,296

    Thanks Elad, it worked! :)

    Thanks Elad, it worked! :)
  6. Replies
    14
    Views
    3,296

    Operater overloading - (const char + CString)

    I'm creating a String class without any class libraries included.
    To overload operator methods like CString + CString, CString + const char and CString + const char * aren't a problem at all.
    But...
Results 1 to 6 of 6