Beginner: AVR C++ Atmel Studio 6
问题 I'm having an issue working out what libraries I have access to. I understand that I can use the Atmel Studio 6 IDE to program the microcontroler (Atmega328p) in C++; however, I can't work out where it is documented what libraries I have access to. For example, can I use the STL (so like, vectors, deques...)? If someone could point me towards some documentation, that'd be great. Thanks. 回答1: Atmel Studio 6 doesn't come with an implementation of STL. There are some libraries that avr-gcc comes