Please create an account to participate in the Slashdot moderation system

 



Forgot your password?
typodupeerror
×

Comment The biggest issue IMHO (Score 1) 603

C++ is so big/complex/rich that different people or groups use different subsets, from 'better ANSI C' to 'Object hierarchies everywhere with lots of templates.' I've seen code that obviously started as "my first OO project" with classes including copy constructors and getters/setters for the most primitive structures that were later changed with basic C code and friend declarations so that this code could work around the class structure. And a bit of STL here and Boost there.

Give me C any day of the week; I can handle memory management and pointers with KISS.

Comment Re:Cargo cost per distance traveled (Score 1) 153

Power density won't improve much. It's not hard to check each combination of elements, caculate the energy stored per electron moved between them, and divide by the atomic or molecular weight of the substance. At best a small factor (2x? 3x?) improvement is possible over what we have now, like Li-Ion.

https://dothemath.ucsd.edu/201...

Slashdot Top Deals

E = MC ** 2 +- 3db

Working...