pls can some one clarify for me

Good day,

I have been using arduino for abit now, and i am starting to move over to other MCU's but i have realized its quite a bgi step from the nice arduino ide to using eclipse with a thousand settings to configure.

a questions that is confusing me. Do micro controllers not use C language, but in arduino there are classes but C does not have classes? Is ardruino C or C++ ?

Zapnologica:
Good day,

I have been using arduino for abit now, and i am starting to move over to other MCU's but i have realized its quite a bgi step from the nice arduino ide to using eclipse with a thousand settings to configure.

a questions that is confusing me. Do micro controllers not use C language, but in arduino there are classes but C does not have classes? Is ardruino C or C++ ?

Arduino uses the gcc C++ compiler.

Lefty