i know we always include a header files, then why do i find some header files like
#include<iostream>
with no .h extension but some header files like
#include<windows.h>
with the .h extension and i also tried to add.h to some header files like iostream.h but that didnt work, so what's the difference between adding a .h extension when includeing a file andnot doing this.
thanks for all replies... much appreciated