Search found 1 match
- Fri Sep 13, 2024 4:22 pm
- Forum: IDEs for ESP-IDF
- Topic: Errors displayed in Espressif-IDE when including standard C++ libraries
- Replies: 0
- Views: 1749
Errors displayed in Espressif-IDE when including standard C++ libraries
In our ESP32-C3 project we have a mix of C and C++ code. Naturally we would like to use standard C++ libraries, like <string>, <vector> etc. Adding these with #include immediately marks it as an error. Same goes for c* libraries like <cstring>, statements "using namespace std;" and other. Basic oper...