At 14:06 03/04/99 -0500, Justin McSharry wrote: >I'd like to know if there are any compilers one could buy to program a PIC or >8051 in C++. I'd like to stay as far away from direct assembly coding as >possible. I'd find it much easier and friendlier to code in C++. Does anyone >have any suggestions. AFAIK no. one more vote for embedded c++ -- there are a number of nice features of c++ that don't cost anything on the target side and only let the compiler do more work (and the programmer less work :) the problem is to come up with a definition that really doesn't put an extra load on the target. AFAIK they haven't yet finished the discussion around embedded c++, and probably it won't be practical for the pics anyway. gotta stay with c. ge