Home > Archive > Fortran > January 2006 > Compac Visual Fortran
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
Compac Visual Fortran
|
|
|
| Hi,
I do not have much experienced with Fortran. I have Compact Visual
Fortran compiler (Developer Studio). I do not know to use most of its
new functions etc to use in programing (You can call me a bigginer
simply). I searched for a book which decribe programing with Visual
Fortran in detail with examples. However, I did not find a good book
with examples. Does any one knows a good book to study Visual Fortran.
It does not hurt even if the book Start from scratch with Hellow world
program.
I greatly appreciate your information.
Thank you,
Kith
| |
| Michael Metcalf 2006-01-10, 9:58 pm |
|
"Kith" <kithsiri@gmail.com> wrote in message
news:1136912392.277119.120810@g44g2000cwa.googlegroups.com...
> Hi,
>
> I do not have much experienced with Fortran. I have Compact Visual
> Fortran compiler (Developer Studio). I do not know to use most of its
> new functions etc to use in programing (You can call me a bigginer
> simply). I searched for a book which decribe programing with Visual
> Fortran in detail with examples. However, I did not find a good book
> with examples. Does any one knows a good book to study Visual Fortran.
> It does not hurt even if the book Start from scratch with Hellow world
> program.
>
I haven't read it, but the title looks promising:
Compaq Visual Fortran: A Guide to Creating Windows Applications - Norman
Lawrence, Digital Press (an imprint of Butterworth-Heinemann), 2001, ISBN
1-55558-249-4.
Regards,
Mike Metcalf
| |
| Tim Prince 2006-01-10, 9:58 pm |
| Michael Metcalf wrote:
> "Kith" <kithsiri@gmail.com> wrote in message
> news:1136912392.277119.120810@g44g2000cwa.googlegroups.com...
>
>
> I haven't read it, but the title looks promising:
> Compaq Visual Fortran: A Guide to Creating Windows Applications - Norman
> Lawrence, Digital Press (an imprint of Butterworth-Heinemann), 2001, ISBN
> 1-55558-249-4.
>
>
>
> Regards,
>
>
>
> Mike Metcalf
>
>
This text has a good reputation for use with more recent compilers
running under Windows Visual Studio as well, so you should get your
money's worth here. Mike's own texts are excellent, if you aren't
looking for specifics of Visual Studio.
| |
| Jugoslav Dujic 2006-01-11, 3:57 am |
| Michael Metcalf wrote:
| "Kith" <kithsiri@gmail.com> wrote in message
| news:1136912392.277119.120810@g44g2000cwa.googlegroups.com...
|| Hi,
||
|| I do not have much experienced with Fortran. I have Compact Visual
|| Fortran compiler (Developer Studio). I do not know to use most of its
|| new functions etc to use in programing (You can call me a bigginer
|| simply). I searched for a book which decribe programing with Visual
|| Fortran in detail with examples. However, I did not find a good book
|| with examples. Does any one knows a good book to study Visual Fortran.
|| It does not hurt even if the book Start from scratch with Hellow world
|| program.
||
| I haven't read it, but the title looks promising:
| Compaq Visual Fortran: A Guide to Creating Windows Applications - Norman
| Lawrence, Digital Press (an imprint of Butterworth-Heinemann), 2001, ISBN
| 1-55558-249-4.
That book, however, covers mainly "visual" or "advanced" aspects of VF,
kind of Petzold's "Programming Windows". I think it's too advanced for
Kith's needs. He needs something more basic.
--
Jugoslav
___________
www.xeffort.com
Please reply to the newsgroup.
You can find my real e-mail on my home page above.
| |
| Dr Ivan D. Reid 2006-01-11, 3:57 am |
| On Wed, 11 Jan 2006 08:33:25 +0100, Jugoslav Dujic <jdujic@yahoo.com>
wrote in <42jqm8Fkj4ajU1@individual.net>:
> Michael Metcalf wrote:
>| "Kith" <kithsiri@gmail.com> wrote in message
>| news:1136912392.277119.120810@g44g2000cwa.googlegroups.com...
>|| I do not have much experienced with Fortran. I have Compact Visual
>|| Fortran compiler (Developer Studio). I do not know to use most of its
>|| new functions etc to use in programing (You can call me a bigginer
>|| simply). I searched for a book which decribe programing with Visual
>|| Fortran in detail with examples. However, I did not find a good book
>|| with examples. Does any one knows a good book to study Visual Fortran.
>|| It does not hurt even if the book Start from scratch with Hellow world
>|| program.
>| I haven't read it, but the title looks promising:
>| Compaq Visual Fortran: A Guide to Creating Windows Applications - Norman
>| Lawrence, Digital Press (an imprint of Butterworth-Heinemann), 2001, ISBN
>| 1-55558-249-4.
> That book, however, covers mainly "visual" or "advanced" aspects of VF,
> kind of Petzold's "Programming Windows". I think it's too advanced for
> Kith's needs. He needs something more basic.
The Language Reference Manual that should have come with
CVF has limited examples for most functions/statements, and the Programmer's
Reference Manual also has some. In a proper install these are accessible
from the Studio IIRC, otherwise look for the .pdf files on the distribution
disks. Failing that, the equivalent current manuals are downloadable
from Intel:
http://www.intel.com/support/perfor...b/cs-007869.htm
--
Ivan Reid, Electronic & Computer Engineering, ___ CMS Collaboration,
Brunel University. Ivan.Reid@[brunel.ac.uk|cern.ch] Room 40-1-B12, CERN
KotPT -- "for stupidity above and beyond the call of duty".
|
|
|
|
|