On Mon, Jun 23, 2003 at 06:47:12PM +0100, engen@ALUMNI.DEEC.UC.PT wrote: > I seeking for a C++ compiler for the PIC18 family. If it runs under linux > it would be better, but windows native are welcome too. Good Luck. C++ has a boatload of overhead. Objects cost both data memory and program space. C++ simply isn't very efficient for systems at the microcontroller level. Just think about what it takes to implement virtual/abstract functions and you'll see what I'm talking about. How about defining what requirements you need from C++, then see how you can implement just that subset in C. You'll have a better chance of success. Again, Good Luck. BAJ -- http://www.piclist.com hint: The PICList is archived three different ways. See http://www.piclist.com/#archives for details.