[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
operator overloading and infix notation
From: |
Marko Riedel |
Subject: |
operator overloading and infix notation |
Date: |
Tue, 7 Mar 2006 11:37:02 +0100 (CET) |
Hi folks,
thanks for the hints regarding operator overloading. I forgot to mention
one important consideration: I would like to have infix notation.
Writing
"[[[w add:x] mul:y] div:z]"
is really cumbersome compared to
(w+x)*y/z.
Best regards,
Marko
+-------------------------------------------------------------+
| Marko Riedel, EDV Neue Arbeit gGmbH, markoriedelde@yahoo.de |
| http://www.geocities.com/markoriedelde/index.html |
+-------------------------------------------------------------+
___________________________________________________________
Telefonate ohne weitere Kosten vom PC zum PC: http://messenger.yahoo.de
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- operator overloading and infix notation,
Marko Riedel <=