Please create an account to participate in the Slashdot moderation system

 



Forgot your password?
typodupeerror
×

Comment Re:Answer (Score 1) 336

> C++ written like C tends to be crap code

Total nonsense as you completely ignored context.

You've obviously never had to write high performance C++ code; guess what, we don't use OOP instead we use DOD (Data-Orientated-Design) which is far more a simpler C style then over-complicated C++ style. It also has the benefit of being simpler to read, easier to write, and performs far faster. Go figure!

* Pitfalls of Object Oriented Programming -- http://www.slideshare.net/royc...
* Data-Oriented Design and C++ -- https://www.youtube.com/watch?...
* Typical C++ Bullshit -- http://macton.smugmug.com/gall...

Next, it appears you don't understand what Casey calls "Semantic Compression". There is nothing wrong with using C++ as a better C.

    * http://mollyrocket.com/casey/s...

Gee, why do other professional game devs not bother with using STL, Exceptions, or RTTI ? Because TANSTAAFL / TINSTAAFL !

* https://www.youtube.com/watch?...

Lastly, I can tell you've never shipped any games where C++ obfuscates readability and performance.

> But C++ is designed to be used with "scoped objects"

Maybe in your mythical world, but rarely does C++ classes map perfectly to the real world.

I've been shipping games since 1995. Modern C++ is over-engineered.

Submission + - SourceForge (owned by Slashdot Media) installs ads with GIMP (arstechnica.com) 5

careysb writes: SourceForge, the code repository site owned by Slashdot Media, has apparently seized control of the account hosting GIMP for Windows on the service, according to e-mails and discussions amongst members of the GIMP community—locking out GIMP's lead Windows developer. And now anyone downloading the Windows version of the open source image editing tool from SourceForge gets the software wrapped in an installer replete with advertisements.

Comment Re:Answer (Score 1) 336

As someone who briefly worked on a PS3 C++ compiler my colleagues would love to joke:

There are 2 problems with C++:

1. It's design, and
2. It's implementation.

On a more serious note when you even have committee members acknowledging they only use a sub-set of the language, then maybe, just maybe the language is too freaking complex.

Other committee members admit there are many problems with iostreams

C++ has become over-engineered.

If the C++ would deprecate crap such as

long long

and other verbosity then maybe the language would become simpler.

Submission + - High Court Orders UK ISPs to Block eBook Sites (torrentfreak.com)

An anonymous reader writes: The High Court has granted an application by The Publishers Association to have several major 'pirate' eBook sites blocked at the ISP level. The action, a first for book publishers, requires BT, Virgin Media, Sky, TalkTalk and EE to block sites including Ebookee, LibGen and Freshwap within 10 days.

Rather than tackling unauthorized sites with direct legal action, major entertainment industry companies are increasingly attempting to disrupt ‘pirate’ operations with broader strokes.

One of the favored tools is site blocking, a technique that has gathered considerable momentum in Europe and the UK in particular. More than 120 domains are currently blocked by the country’s major ISPs, largely thanks to action taken by the movie and music industries plus soccer body The Premier League.

Comment Re:Hobbit (Score 1) 278

There's still a big killer lurking out in space that can't be easily avoided: radiation.

Except underground, which is the obvious solution but people are too fixated on making housing above the ground.

Except the article was talking about getting killed by the radiation exposure during the trip.

Presumably you aren't suggesting flying to Mars in a hobbit-hole. (Though if you could sneak a couple of tokes on Gandalf's pipe you might experience a good simulation.)

Comment Re:Comedy gold (Score 2) 445

4300 years ago...

I guess the Sixth Dynasty of Old Kingdom Egypt didn't notice they got washed away, and went on building their pyramids like nothing had happened.

And Sargon must have clung to the side of the ark - or snuck on disguised as a dinosaur - so he could get back to building his empire as soon as the ground dried out.

I reckon the author is better at manipulating reality than he is at manipulating search results.

Slashdot Top Deals

This file will self-destruct in five minutes.

Working...