Thank you alot for the answers
I'll always make limitations to the list sizes and string lenghts etc then, that should keep it from crashing.
Search found 2 matches
- Sun Nov 10, 2019 10:55 pm
- Forum: General Discussion
- Topic: Is it recommended/practical to use C++ instead of plain C ?
- Replies: 16
- Views: 30540
- Thu Nov 07, 2019 9:34 am
- Forum: General Discussion
- Topic: Is it recommended/practical to use C++ instead of plain C ?
- Replies: 16
- Views: 30540
Is it recommended/practical to use C++ instead of plain C ?
Hi, i'm fairly new to microcontrollers, have experimented with Arduino in the past, but I'm an experienced C/C++ programmer and wanted to ask your opinion about using C++ instead of C for ESP32-dev projects. Is it feasible to use classes, dynamic memory allocation instead of constants and things lik...