Linked by MOS6510 on Wed 17th Apr 2013 21:20 UTC

Thread beginning with comment 558998
To view parent comment, click here.
To read all comments associated with this story, please click here.
To view parent comment, click here.
To read all comments associated with this story, please click here.
RE[3]: Not sure I agree
by moondevil on Thu 18th Apr 2013 07:39
in reply to "RE[2]: Not sure I agree"
Member since:
2013-04-03
When I was young, I got excited about making new operators. Now, I see that as foolish, except where operators in math are already defined. Matrix and complex math is good with operators, but kids will foolishly use them where there is no precident (no pun intended.)
I think you would be better off just making built-in matrix and complex types... but there are many ways to define matrices--sparse etc.
cout <<1<<3<<"What?"<<endl;
I'm not fond of that. What if I want shift operators on numbers? It's too damn verbose. I have something less flexible, but more practical.
printf("Name:%s Age:%d\n",name,age);
You can use this: There is only one stream.
"Name:%s Age:%d\n",name,age;
Edited 2013-04-18 06:38 UTC