Prev: Popular Science magazine have made 137 years of back issues availablefor free on the net.
Next: Popular Science magazine have made 137 years of back issues available for free on the net.
From: Tim Wescott on 9 Mar 2010 00:00 Any book recommendations for C++ techniques for deeply embedded systems? I know how to do this, but I kind of picked it up by osmosis in the 90's. I need a book I can recommend to folks. I'm not looking for something that assumes a hard disk and a Pentium or Power PC -- I'm looking for a solid reference for using C++ in a deeply embedded system that's going to have a ton of code anyway but will benefit from the ease of translating good design to code that C++ provides. (and if you want to have the whole C++ vs. C flame war again -- please start another thread, I've heard your arguments before and they didn't apply then). -- Tim Wescott Control system and signal processing consulting www.wescottdesign.com
From: Habib Bouaziz-Viallet on 9 Mar 2010 07:41 Le Mon, 08 Mar 2010 21:00:01 -0800, Tim Wescott a écrit : > I'm not looking for something that assumes a hard disk and a Pentium or > Power PC -- I'm looking for a solid reference for using C++ in a deeply > embedded system what is a deeply embedded system ?
From: stephaneb on 9 Mar 2010 08:51 >Any book recommendations for C++ techniques for deeply embedded systems? > I know how to do this, but I kind of picked it up by osmosis in the >90's. I need a book I can recommend to folks. > >I'm not looking for something that assumes a hard disk and a Pentium or >Power PC -- I'm looking for a solid reference for using C++ in a deeply >embedded system that's going to have a ton of code anyway but will >benefit from the ease of translating good design to code that C++ provides. > >(and if you want to have the whole C++ vs. C flame war again -- please >start another thread, I've heard your arguments before and they didn't >apply then). > >-- >Tim Wescott >Control system and signal processing consulting >www.wescottdesign.com > Hi Tim, I don't know if that will help you find the right book, but there are a few listed here: http://www.embeddedrelated.com/books-1/hf/all/_C.php Good luck! Stephane --------------------------------------- Posted through http://www.EmbeddedRelated.com
From: Tim Wescott on 9 Mar 2010 13:22 Habib Bouaziz-Viallet wrote: > Le Mon, 08 Mar 2010 21:00:01 -0800, Tim Wescott a écrit : > >> I'm not looking for something that assumes a hard disk and a Pentium or >> Power PC -- I'm looking for a solid reference for using C++ in a deeply >> embedded system > > what is a deeply embedded system ? Bend over... If you can't tell from the outside that it has a computer in it, and it has a computer in it, then it's likely that the computer is deeply embedded. Think engine computers, fancy watches, fancy thermostats, uninterruptable power supplies, etc. -- Tim Wescott Control system and signal processing consulting www.wescottdesign.com
From: tim.... on 9 Mar 2010 13:44
"Tim Wescott" <tim(a)seemywebsite.now> wrote in message news:qfadnYAvodNzDAvWnZ2dnUVZ_tUAAAAA(a)web-ster.com... > Habib Bouaziz-Viallet wrote: >> Le Mon, 08 Mar 2010 21:00:01 -0800, Tim Wescott a �crit : >> >>> I'm not looking for something that assumes a hard disk and a Pentium or >>> Power PC -- I'm looking for a solid reference for using C++ in a deeply >>> embedded system >> >> what is a deeply embedded system ? > > Bend over... > > If you can't tell from the outside that it has a computer in it, and it > has a computer in it, then it's likely that the computer is deeply > embedded. > > Think engine computers, does an engine have a computer in it, or is there a computer somewhere in the car controlling the engine? tim |