Content originally posted in LPCWare by fjrg76 on Wed Oct 31 00:06:35 MST 2012
Hi Frame
In fact, this is a good idea =)
Most people is afraid of using C++ because they think it is a resources killer ... and they might be right in one sense... but in the other sense, C++ is not that bad. Of course if you try to use STL, exceptions, indiscriminated use of polymorphysm, and so on, then you'll eat all your uC resources. But, what is Object Oriented Programming? Nothing but a hi-level abstractions of real-life problems. We can model the real life using only abstractions, encapsulation, and inheritance, and nothing more. STL and exceptions are extensions of the language, so we can avoid them.
Applications written in C++ are more elegant than those written in plain C.
By the way, my C++ project in LPCXpresso 4.3.0 is up and running =)