--- In AVR-Chat@yahoogroups.com, "Chuck Hackett" <egroupscdh@...> wrote: > Is there a place where one can download parts > of it such as "std::list", etc.? A Google search turns up several possible sources including: http://gcc.gnu.org/libstdc++/ That said, I would be very wary of using any std:: code on a device with severely limited RAM without examining it carefully. I would not be surprised to find a lot of heap-intensive operations and other issues that you would probably prefer to avoid. You might post a question on AVR Freaks asking about others' experience using std:: with avr-gcc. Regards, Don Kinzer ZBasic Microcontrollers http://www.zbasic.net
Message
Re: Mixing gcc C & C++
2012-12-06 by Don Kinzer
Attachments
- No local attachments were found for this message.