Search:

Type: Posts; User: Salem

Search: Search took 0.41 seconds.

  1. > The "*" represents multiplication Maybe. ...

    > The "*" represents multiplication
    Maybe.

    In the string example, "+" means add one string onto the end of another. It's a slightly different sense of the word "add" (and not a mathematical...
  2. Well not all operators make sense in all...

    Well not all operators make sense in all circumstances.

    For example, a string class could overload "+" to be concatenate two strings, but "*" doesn't make any sense at all.

    Likewise == would be...
Results 1 to 2 of 2