Path: news.daimi.aau.dk!news.uni-c.dk!newsfeed.sunet.se!news00.sunet.se!sunic!news.sprintlink.net!newsfeed.internetmci.com!EU.net!chsun!news.ska.com!newsmaster From: plohmann@dial.eunet.ch Newsgroups: comp.lang.beta Subject: operator + in BETA ? Date: 21 Oct 1995 13:11:40 GMT Organization: Credit Suisse, Zuerich Lines: 10 Message-ID: <46aric$mln@media.ska.com> Reply-To: plohmann@dial.eunet.ch NNTP-Posting-Host: okd001.itlu.ska.com X-Newsreader: IBM NewsReader/2 v1.02 I'm thinking about writing a class library for numerical mathematics in this semesters' computer science work. In C++ there is the nice operator overloading feature which is useful for a math library. Is '+' a pattern that can be overloaded or is it a language built-in keyword? Or is there a way to do what I'm looking for? Thank you, Olli Plohmann