๐”– Scriptorium
โœฆ   LIBER   โœฆ

๐Ÿ“

Object-Oriented Programming via Fortran 90 95

โœ Scribed by Ed Akin


Year
2003
Tongue
English
Leaves
360
Category
Library

โฌ‡  Acquire This Volume

No coin nor oath required. For personal study only.

โœฆ Synopsis


Writing technical applications in a modern object-oriented approach, using Fortran 90 or 95, can be problematic. This book teaches how to employ the principles of object-oriented programming to produce clear, highly efficient executable codes (rather than focusing on the traditional procedural abilities of Fortran). This text is an excellent harbinger to all the features of the finalized, fully object-oriented Fortran 200X. In addition to covering the OOP methodologies, the basic foundation of the language and solid programming skills are reviewed, making the book valuable also as a good migration tool for experienced Fortran programmers that want to smoothly pick up the OOP paradigm. The author highlights common themes by using comparisons with Matlabยฎ and C++ and uses numerous cross-referenced examples to convey all concepts quickly and clearly. Complete code for the examples is included on the book's web site.


๐Ÿ“œ SIMILAR VOLUMES


Object-Oriented Programming via Fortran
โœ Ed Akin ๐Ÿ“‚ Library ๐Ÿ“… 2003 ๐Ÿ› Cambridge University Press ๐ŸŒ English

This book is quite nice for the spoiled programmer who has been using a modern OO language such as C++ or python, and demonstrates methods to implement OO concepts as classes, overloading and polymorphism in Fortran 90/95 (F9X in the remainder of this review) This however is also its main weakness

Object-Oriented Programming via Fortran
โœ Ed Akin ๐Ÿ“‚ Library ๐Ÿ“… 2003 ๐Ÿ› Cambridge University Press ๐ŸŒ English

This book is quite nice for the spoiled programmer who has been using a modern OO language such as C++ or python, and demonstrates methods to implement OO concepts as classes, overloading and polymorphism in Fortran 90/95 (F9X in the remainder of this review) This however is also its main weakness

Computer Programming in Fortran 90 and 9
โœ V. Rajaram ๐Ÿ“‚ Library ๐Ÿ“… 2004 ๐Ÿ› Prentice-Hall of India Pvt.Ltd ๐ŸŒ English

his book introduces Computer Programming to a beginner, using Fortran 90 and its recent extension Fortran 95. While Fortran 77 has been used for many years and is currently very popular, computer scientists have been seriously concerned about good programming practice to promote development of relia