Solved
Can stm32f103 use C++?
Hi All,
Can stm32f103 use C++? for programing not c.
I'm using stm32f103 / truestudio / cubemx.
I want to use some c++ grammer for programing.
If there's way to use c++
How i can use c++ in stm32f103?
regard.
Hi All,
Can stm32f103 use C++? for programing not c.
I'm using stm32f103 / truestudio / cubemx.
I want to use some c++ grammer for programing.
If there's way to use c++
How i can use c++ in stm32f103?
regard.
Of course. The chip doesn't know what language you're using, it only sees the compiled code.
Most compilers are smart enough to realize *.cpp files are C++ while *.c files are C.
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.