Please Scroll Down to See Forums Below
napsgear
genezapharmateuticals
domestic-supply
puritysourcelabs
UGL OZ
UGFREAK
napsgeargenezapharmateuticals domestic-supplypuritysourcelabsUGL OZUGFREAK

Learning Fortran

EricDraven

New member
you fellas know any good books to teach you to program in fortran? i wanna try learn it on my own this summer, is it a hard program to learn? any suggestions?

ed
 
It's not a difficult language to learn, my suggestion is to search amazon.com for a decent text.
 
It was written by IBM in the 1950's with an eye towards what now would be considered extreme economy.
 
probably has a class next semester, iw ould advise not getting yourself exctied computer languages are very hard for some people, to learn especailly on there own,
 
true or false?

if ( int(x+.5) > 4 )
// x should be rounded up
else
// x should be rounded down
 
nice6pac said:
probably has a class next semester, iw ould advise not getting yourself exctied computer languages are very hard for some people, to learn especailly on there own,

I would agree that if you don't already know several languages or are very familar with BNF, you could just mess yourself up ;) Fortran isn't the best place to start learning structured or OO techniques.

If you know BNF and advanced programming concepts, then learning a new language is not a lot more than reading/learning the BNF syntax.
 
Top Bottom