missing basic library function

Have downloaded IDE several times. do not have EEPROM.h. Are libraries messed up?

What operating system? We could tell you where to look. That would ensure the file is there.

What version of the IDE did you download?

Did you look in Library Manager, in the off chance it has the "install" button available?

Did you select an AVR/ATmega-based Arduino under Tools->Boards? Some other processors don't have EEPROM.

me too

killkam:
me too

Great. Same questions i already asked.

cvPacifier:
Have downloaded IDE several times. do not have EEPROM.h. Are libraries messed up?

You may need to clean up the previous installations if you have tried to install more than once.

http://forum.arduino.cc/index.php?topic=364463.new#new

That will tell you how I cleaned up the old installations.

New arduino IDE has squirreled away several libraries to this folder:

arduino-1.6.5-r5\hardware\arduino\avr\libraries

This includes EEPROM and SoftwareSerial etc.