Fortran

Guide To Learn

The final stretch

Introducing networking to Fortran

The C programming model is that the programmer knows exactly what they want to do and how to use the language constructs to achieve that goal. The language lets the expert programmer express what they want in the minimum time by staying out of their way.  –Nick Parlante, Essential C While there are easier ways […]

Interfacing C: Writing a minimal TCP client and server

Some languages are forgiving. The programmer needs only a basic sense of how things work. Errors in the code are flagged by the compile-time or run-time system, and the programmer can muddle through and eventually fix things up to work correctly. The C language is not like that.   –Nick Parlante, Essential C C is a […]

Scroll to top