Possible Duplicate:
Where to get iostream.h
I am trying to compile the AVL tree example here. But when I typed make it says fatal error: iostream.h: no such file. I think the code is implemented using c library since it ended with .h but why couldn't it find this file? Is it depreciated?