Friday, July 31, 2009

What is difference between c++ & embedded c++, do they require different version of C++ for prog. execution?

i know a bit of embedded %26amp; assembly language,but still dont know difference between c++ %26amp; embedded c++. i have a progg in c++ for serial communication but now i dont know whether i have to run it on normal (borland) c++ or it require some other version of c++.plz do tell me the source if it require some other version

What is difference between c++ %26amp; embedded c++, do they require different version of C++ for prog. execution?
They are basically the same as far as language goes. The biggest difference is going to be the compiler and operating system. If you have a serial communications module written for an embedded processor, it probable wont work on your desktop/laptop, or the other way around. Mostly because of the operating system used on each.


No comments:

Post a Comment