Activity
From 03/23/2022 to 04/21/2022
03/30/2022
- JC 01:40 PM Software Development: RE: Is it possible to use C++ 11?
- Also, Make sure to add the "-std=c++11" flag to the g++ compiler to actually enable c++11 features.
- VK 01:06 PM Software Development: RE: Is it possible to use C++ 11?
- Hello Mike,
That's exactly what I wanted to know. Thank you very much for your prompt reply :)
- MW 12:45 PM Software Development: RE: Is it possible to use C++ 11?
- Hi Vadym,
Yes. Are you referring to the DSP programming or the ARM programming?
For the ARM, the version of GCC in the 2018 toolchain is 4.8.3. According to "this page":https://gcc.gnu.org/gcc-4.8/cxx0x_status.html, all of the c+... - I would know is it possible to apply the c++11 standard during development?