Arduino help!

Helo!!

I have learned a bit about programming atmega 128 with c in school.But recently i have been looking at arduino on the ne.

t and i was just wondering what is the arduino language?

I know its an atmel processor on ardunio so i was just wondering what the big difference in programing arduino and other atmel micoprocessors like atmega128?

Relatively new to arduino, but its ‘sorta C++’. Mostly its ‘C’, but the libraries are ‘like C++ classes’ with some limits.

The advantage is the large number of premade libraries, and fast code-compile-test cycles that the ide provides.

‘Arduino’ is also the hardware spec, speed, and pinout.

I found it very easy to pickup after PICs and ARM7 development.

Also I get more done with it.