User profile: ne555

User info
User name:ne555
Bio:These devices are precision timing circuits capable of producing accurate time delays or oscillation. In the time-delay or monostable mode of operation, the timed interval is controlled by a single external resistor and capacitor network. In the astable mode of operation, the frequency and duty cycle can be controlled independently with two external resistors and a single external capacitor.
History
Joined:
Number of posts:7003
Latest posts:

Help with switch statements inside while a loop
http://www.cplusplus.com/doc/tutorial/operators/ (comma operator) [code]//cin>>length, width, depth...

question on building a C++ library
> I would like to reduce the size ¿have you already did this http://stackoverflow.com/a/15314861 ? ...

Simplifying constructors
http://www.cplusplus.com/doc/tutorial/functions/ (Default values in parameters)

Makes sense to me; Where's my logic error? (Arithmetic Generator)
= is assignment == is comparison

Closest Pair Problem
> but so far no success. If you could provide a more descriptive error message, that would be great....