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

 



Forgot your password?
typodupeerror

Comment So many features, so little time (Score 1) 757

From a C background, I still struggle to understand modern C++ code, in part because the complexity level of the code is not being added to, but multiplied. Templates (for instance) took something I could generally understand, and multiplied the complexity. Keywords relating to templates and generic programming seem to get added every iteration, and most recently we seem to have lambda functions (why?). As a oprevious poster said, there are now many ways to solve a particular problem in C++. While that is true in most languages, the intent of most programmers is generally directly visible from scanning the code, and (I hope) comments. Not always so with C++. I still like the language, but it seems to be going the way of PL/1 - too many features. It's always possible to add a feature to a language, very hard to remove it.

Comment Re:This is your computer on Windows... (Score 1) 136

Probably a developer's backdoor. There was allegedly a /etc/passwd backdoor propagated through gcc for many years - a truly legendary hack. Developers like to leave these so they can back in if something goes wrong (putting a benign spin on it). I've brok a pam config before and wished I had a backdoor...

Comment Re:More liberal than libertarian (Score 1) 580

We do it here (Australia) all of the time - vaccinations are totally optional, but if there is any incidence of a 'certifiable disease' at your (or my...) child's school, and they are not vaccinated, they must stay home. It is irresponsible for their health and the health of others to do otherwise.

Comment Re:what about skinny people? (Score 1) 378

There is some evidence to support this. Dr Karl Kruszelnicki (Australian science presenter and MD) produces an excellent series of podcasts, and a couple cover exactly this topic. The presumed mechanism was transplanting intestinal flora/fauna that were more efficient at converting non digestible material (eg, cellulose) into something the body could use.

Slashdot Top Deals

news: gotcha

Working...