печально быть антисоциальным - overloading -> aizstāšana, aizsegšana un operatoru definēšana

Mar. 6th, 2007

09:24 pm - overloading -> aizstāšana, aizsegšana un operatoru definēšana

Previous Entry Add to Memories Tell A Friend Next Entry
(12 comments | Leave a comment)

Comments:

[User Picture]
From:[info]smejmoon
Date:March 6th, 2007 - 09:47 pm
(Link)
ā, un a = b + c iekš c++ sastāv no diviem operatoriem:

StarprezultaataTips operators + (Btips b, Ctips c);
Atips operators = (StarprezultaataTips s);

excuse moi French.
(Reply to this) (Parent) (Thread)
[User Picture]
From:[info]kemune
Date:March 6th, 2007 - 10:34 pm
(Link)
pie tam var definēt divos veidos:

1) C stilā kā funkciju:
StarprezultaataTips operators + (Btips b, Ctips c);

2) C++ stilā kā klases memberi:
StarprezultaataTips Btips::operators + (Ctips c);
(Reply to this) (Parent)