Just wondering what are the advantages of using the ansi standards in coding. I currently use #include <iostream.h> whereas ansi standards use #include <iostream>. Which is the correct approach when programming?