Hi all Does the arduino ide accepts C# (c sharp) language ?
Thanks
Elico
Hi all Does the arduino ide accepts C# (c sharp) language ?
Thanks
Elico
No
(deleted)
i write C# for a lot of things too. c++ and C# are both microsoft languages so they are very similar. if you know C# then leaning c++ is an easy transition.
however if you want to learn c++ for arduino,
the most difficult thing for me was getting used to not having all the C# libraries and assemblies. with arduino you start very raw. also you need to adjust to a very small amount of ram and learn to work with some other limitations if you are previously conferrable with PC programming.
taterking:
c++ and C# are both microsoft languages so they are very similar. if you know C# then leaning c++ is an easy transition.
I highly disagree with every word in there.
TimMJN:
I highly disagree with every word in there.
why? i'd like to know more
gcjr:
why? i'd like to know more
Because C++ was not developed by Microsoft, and C++ and C# have very different structures and applications.