I am using VSCode - not Eclipse and this part of code errors out
#include <cstdio>
#include <string>
#include <sstream>
#include <iostream>
Where and how can I get those stdio libraries ...?
Thank you
missing libraries cstudio, iostream, string etc
Re: missing libraries cstudio, iostream, string etc
Is your file name ending with a .c extension or .cpp?
Re: missing libraries cstudio, iostream, string etc
What do you mean by "errors out"? Isn't VSCode an editor?
Doing a file search, I find these files in the directory called:
xtensa-esp32-elf/include/c++/5.2.0/
Doing a file search, I find these files in the directory called:
xtensa-esp32-elf/include/c++/5.2.0/
Free book on ESP32 available here: https://leanpub.com/kolban-ESP32
Re: missing libraries cstudio, iostream, string etc
Yes maybe my include list is not pointing to this location. I will check that and verify.
Thank you
Thank you
Who is online
Users browsing this forum: No registered users and 66 guests