Hi, Both 3.4.4 and 4.0.x support c++ programing and you could readily use it. The difficulty only is that you should be careful with some of the features because you might loose control over what is actually happening in the code and of course you don't have a full c++ standard library available. E.g. there is no cout class. I also never tried to use dynamic objects on the heap but I assume that they work.
Bjoern. -----Ursprüngliche Nachricht----- Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Im Auftrag von Przemek Urbanski Gesendet: Freitag, 25. November 2005 00:51 An: [email protected] Betreff: [avr-gcc-list] gcc 4.0.x on Linux Hey, I am using avr-gcc (GCC) 3.4.4 on linux. As far as I remember at that time it did not support c++ for avr. Does anyone of you guys use gcc4.0.x on linux to compile c++ code for avrs? If so could you please let me know which version of gcc and bintools you are using and which distribution of Linux? P ---------------------------------------------------------------------- Kobiece strony... >>> http://kobieta.interia.pl/ _______________________________________________ AVR-GCC-list mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/avr-gcc-list _______________________________________________ AVR-GCC-list mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/avr-gcc-list
