Follow Slashdot blog updates by subscribing to our blog RSS feed

 



Forgot your password?
typodupeerror
×

Comment Re:How about a REAL C++ feature.... (Score 1) 501

Memory safe ? What is exactly this concept of "memory safe" ? Having a GC that does not have a clue of what the programmer wants to do ? To have a such dumb programmer that expects that memory allocations can be entirely managed by other layers ?

That's funny because any good C++ programmer will take advantage of auto_ptrs which effectively do manage memory for you automatically. Or is Bjarne Stroustop only a "dumb programmer" since he advocates their usage?

Comment Re:How about a REAL C++ feature.... (Score 1, Interesting) 501

The unchecked bloat that is being output by these latest college grads who know nothing but c#, vb, and java are serving no one's interest besides the hardware vendors.

That's funny cause I've never seen a single C# or Java apps that uses as much memory as C++ programs like Firefox (currently using 350 megs of RAM) or OpenOffice.org (current using 250 megs of RAM). On the other hand I have 5 different .NET apps and a Java app running and their combined RAM usage isn't even 200 megs.

Comment Re:How about a REAL C++ feature.... (Score 5, Insightful) 501

Or better yet- take the crowbar and whack programmers who can't write in C++ until they leave the industry.

Because C++ is the pinnacle of programming knowledge? *giggle*

If you can't understand memory allocation and pointers, you aren't competent to be in this profession.

Just because one can understand memory allocations and pointers doesn't mean one wants to have to deal with them manually in all their programs. There is a reason why there are auto_ptrs in C++ and it's not because those people are "noobs", it's because people want to actually spend their time writing the program rather than having their time eaten up by writing tons of boilerplate memory management code.

Comment Re:How about a REAL C++ feature.... (Score 0, Flamebait) 501

sure when those 'memory safe' languages produce efficient executables that do not require 400MB 'runtimes' to function.

So that means Java and .NET are good to go as neither one of them have 400MB runtimes.

The net result from these sandbox environments is a bloated app that requires 5-10x more ram than is needed.

Only if you can't code worth shit.

Comment Re:AJAX (Score 1) 171

That's fine. Most web proxies (like Opera's) and dialup services like AOL's will re-render images to lower quality in order to compress the web pages down before sending them out to the user which is what commodore64_love was talking about.

Comment Re:What luck has to do with it (Score 1) 195

Lucky enough that I would recommend regular backups rather than depend on your luck with the hard drive.

Wouldn't you?

Based entirely on my own experience and that of those around me? No, not really. For extremely critical information, sure, but I don't really bother backing anything up as it's pretty much all replaceable and I've never really had a hard drive fail before the 5 year mark. By the time I've ever had a drive fail it's been probably 8-10 years old and is storing nothing of extreme value anyway so anything that may get lost is easily replaced.

Comment Re:Compared to rotating media... (Score 1) 195

If you can get a regular hard drive to the five year mark running perfectly well with no data loss, you can consider yourself moderately lucky.

There's nothing lucky about it. Unless you are just straining the drive constantly or don't have any adequate ventilation in your box, an HDD lasting 5 years if not longer is a pretty mundane thing for quite some time.

Slashdot Top Deals

What good is a ticket to the good life, if you can't find the entrance?

Working...