November 28, 2022 at 12:47 AM
i know there is not much diffrence but i wonder what u guys thinking about using c .
is it old fashioned or c++ creates more problem than it solves.
is it old fashioned or c++ creates more problem than it solves.
November 28, 2022 at 12:47 AM i know there is not much diffrence but i wonder what u guys thinking about using c . is it old fashioned or c++ creates more problem than it solves. November 28, 2022 at 12:50 AM (November 28, 2022, 12:47 AM)emicuit Wrote: i know there is not much diffrence but i wonder what u guys thinking about using c . I mean, C++ is designed for embedded devices, it's one of the core features of its language architecture. I've been using it for years and I don't necessarily code it for embedded devices but I assume it should have far better support than programming in C when it comes to it. C++ might give you more of a safeguard against shooting yourself in the foot but you're completely on your own if you choose C. Your choice. ty @SafeSig for VIP November 28, 2022 at 8:54 AM As far as I use, C can be more flexible! November 28, 2022 at 9:51 AM C++ may be easier for beginners. November 28, 2022 at 9:52 AM I recommend using C. It's simpler and therefore easier to predict the actual code will be generated. November 28, 2022 at 11:47 AM I alsp recommend you to use C. November 28, 2022 at 12:01 PM Embeded system ==C never use c++ or any shit November 28, 2022 at 12:28 PM I can recommend c is much better in performance November 28, 2022 at 2:56 PM I alsp recommend you to use C. November 28, 2022 at 5:23 PM Try using Rust. |