- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Does anyone of you can help me please? I am very new to the FORTRAN and never used it before. I am using Visual Studio 2012 and I think it already has FORTRAN compiler inside the Visual Studio. Every time when I hit "start" to build my program to get results, it gives me the following two errors:
1) Error 1 error #5082: Syntax error, found '=' when expecting one of: ( , <END-OF-STATEMENT> ; <IDENTIFIER> <INTEGER_CONSTANT> <POUND_VAL> <INTEGER_KIND_CON> ... C:\Users\tborisovich\Documents\Winter2015\New Folder\615\A2\Prog\Draft1_fixed.f90 39
2) Error 2 Compilation Aborted (code 1) C:\Users\tborisovich\Documents\Winter2015\New Folder\615\A2\Prog\Draft1_fixed.f90 1
Why is that?
Link Copied
- « Previous
-
- 1
- 2
- Next »
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Tom L. wrote:
I know there are many books and sources online, but which one is good?
For someone learning programming and Fortran simultaneously, I recommend Chapman's "Fortran 95/2003 for Scientists and Engineers." I think that the Metcalf/Reid/Cohen book would be too difficult for someone who has never programmed in any computer language before.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I agree with Tom L. The classic text by Metcalf is very highly respected and authoritative, but it would make a lousy reference to learn programming from. The handbook by Adams, Brainerd et al. is more concise and a better "beginner's reference" but is still not in the style of a learning textbook.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I concur on the Chapman book. Of the various Fortran texts I have seen, that is best suited to Tom L's need.

- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- « Previous
-
- 1
- 2
- Next »