Want to read Slashdot from your mobile device? Point it at m.slashdot.org and keep reading!

 



Forgot your password?
typodupeerror
×

Comment C++11 (Score 1) 435

I've used C++ since 1997.

Don't care much for the STL. Its syntax is nice, and I don't mind the size overhead much, but the compilation time is noticeably increased the more templates you use.

C++11 has a bunch of syntax improvements, like "auto" and inline class member initialization. I think I'll use it for most of my future programs.

Comment Re:Ob (Score 1) 732

'We've got a lot of rethinking to do,' concludes Friedman

Sounds like hard work. Can't we get a computer to do it?

Probably, yes. But it will be hard to make sure it's done right.

Slashdot Top Deals

Those who can, do; those who can't, write. Those who can't write work for the Bell Labs Record.

Working...