QUOTE (unique33 @ Jan 20 2007, 12:23 AM)

One of my friends gave me "Visual fortran compiler pro 9.1 with IMSL" as a gift . but It require "visual studio 2002 or 2003 ".
I wanna to know that if I provide the visual studio and if I install the fortran compiler , can I run and compile the Fortran 90 files through the visual studio ?
I can't answer your question, it's too Window$-related for me, and I don't use that virus pretending to be an "operating system". However, I have a recommandation. Why don't you try the
Eclipse project callled
Photran (sic)? It provides a powerful IDE, which is able to use virtually any Fortran compiler, plus it's free. It works fine even in Window$, it just need a recent Java Developement Kit (JDK), which is also free

.
QUOTE (unique33 @ Jan 20 2007, 12:23 AM)

Also I need a good book for Fortran Programming .Any recommendation ?
IMHO, the best book about
pure Fortran 95 is this:
T. M. R. Ellis and Ivor R. Philips,
Programming in F, Addison-Wesley 1998.
It teaches you how to write programs in "F", which is a subset of Fortran 95, where old, obsolete features are removed, and considered as syntax errors. As a result, using F, you
must write structured, fully module-oriented programs. However, this also means that old (and well-working) codes you can find in the Internet won't work with an F compiler (well, they work, but not trivially). However, any F program works with any Fortran 95 compiler, so I suggest to learn F, even if you use a Fortran 90/95 compiler.
A best seller on Fortran Numerical Analysis programming is
Numerical Recipes in Fortran 90 (the on-line PDF version is
here). However, I don't really suggest that book. It contains a lot of ready-to-work libraries on many Numerical Analysis topics, but you can find much better libraries in the Internet sites I have posted recently. I know many people how are "stucked": they always use
Numerical Recipes, so they are missing much more powerful algorithm implementations which can be easily found for free.