Talk About Network

Google


Register and Login
Nick
Password
Register create new account Sign up is FREE and you can post replies, new topics, bookmark posts and more!
Recover lost password


Programming > C++ Moderated > Re: Simulating ...
Latest [ Topics | Posts ] Archive Post A New Topic Post a Reply
<< Topic < Post Post 10 of 11 Topic 9498 of 9830
Post > Topic >>

Re: Simulating new user-defined operators

by Michael Aaron Safyan <michaelsafyan@[EMAIL PROTECTED] > Apr 16, 2008 at 04:13 AM

Edward Rosten wrote:
> On Apr 14, 9:25 pm, Michael Aaron Safyan <michaelsaf...@[EMAIL PROTECTED]
>
> wrote:
>> Using operator% in this manner would never pass my code review, because
>> this usage has absolutely nothing to do with taking the modulus of a
>> value, and -- therefore -- this usage is unintuitive.
> 
> Out of interest, would any of the following code pass your review:
> 
> cout << "Hello, world." << endl;
> 

No, it wouldn't have. However, it is now well-established practice.

> or
> 
> string s;
> ...
> s += "Hello, world.";

Yes, this would, since you are "adding" the string (albeit not
arithmetically). I think it makes perfect sense to use operator+ and
operator+= for the concatenate/append operations.

> 
> These expressions have respectively nothing to do with bit-****fting or
> addition.
> 
> -Ed
> 

-- 
      [ See http://www.gotw.ca/resources/clcm.htm
for info about ]
      [ comp.lang.c++.moderated.    First time posters: Do this! ]
 




 11 Posts in Topic:
Simulating new user-defined operators
Vidar Hasfjord <vattil  2008-04-14 12:43:32 
Re: Simulating new user-defined operators
Michael Aaron Safyan <  2008-04-14 21:25:12 
Re: Simulating new user-defined operators
"Martin T." <  2008-04-15 12:28:37 
Re: Simulating new user-defined operators
Edward Rosten <Edward.  2008-04-15 12:33:04 
Re: Simulating new user-defined operators
Alberto Ganesh Barbati &l  2008-04-15 23:19:14 
Re: Simulating new user-defined operators
Seungbeom Kim <musiphi  2008-04-15 23:18:03 
Re: Simulating new user-defined operators
ManicQin <ManicQin@[EM  2008-04-16 03:58:47 
Re: Simulating new user-defined operators
Vidar Hasfjord <vattil  2008-04-16 03:55:06 
Re: Simulating new user-defined operators
Carl Barron <cbarron41  2008-04-16 03:59:56 
Re: Simulating new user-defined operators
Michael Aaron Safyan <  2008-04-16 04:13:19 
Re: Simulating new user-defined operators
Vidar Hasfjord <vattil  2008-04-16 04:13:19 

Post A Reply:
  Go here to Signup

AddThis Feed Button


About - Advertising - Contact - Frequently Asked Questions - Privacy Policy - Terms of Use - Signup

Contact
tan12V112 Fri Jul 25 15:33:27 CDT 2008.