Please create an account to participate in the Slashdot moderation system

 



Forgot your password?
typodupeerror

Comment Re:May as well... (Score 1) 167

I think you need to take a closer look at the latest generation of CULV ultra-portables. I get 8 hours of battery life out of my Core2, which means most days I simply take the laptop and a bluetooth mouse in a neoprine bag. If you want a larger laptop (10"-12") you can stretch the battery life out to 10-12 hours.

Longer battery life does indeed completely change usage, but this is not limited to the iPad.

Comment Time (sort of) still stands (Score 1) 310

Boost is an absolutely incredible library, and any C++ programmer who doesn't use it is probably missing out. That being said, if you know ACE (i.e. have made it past the pretty steep learning curve) then ACE gives you more options. Boost's thread library is pretty great, but they simply don't have as fine control over primitives. There are also many things that you can do in ACE that you simply can't do in boost easily -- such as non-static pooled allocators.

Unless I am completely missing something, there is also no equivalent to the TAO in Boost.

I work on performance critical C++ code (yes, there really is such a thing) and we pretty much use ACE for anything involving IPC, sockets, or Threading -- and boost for everything else. That being said, the boost ASIO, thread, IPC, and Intrusive libraries are so easy to use compared to their ACE counterparts that unless performance is critical or boost simply isn't enough -- there isn't much use in learning ACE from scratch.

Slashdot Top Deals

HOST SYSTEM RESPONDING, PROBABLY UP...

Working...