Here’s an experiment in using the Open Watcom FORTRAN graphics library
Programming
Spreadsheets aren’t just for numbers, they also make great charts
Combine untab77 and f2c with this new program, and write FORTRAN 77 the way you want to.
Recently, a friend who was getting started with Python asked me to check some code she had...
The FED editor lets me code my FreeDOS projects easily and efficiently
When I was an undergraduate physics student, everyone in my program had to learn how to write...
With a little knowledge of programming, you can learn all kinds of things about how computers work
DOS filenames are 8.3, space padded, so you cannot have spaces at the end
A short program to demonstrate that yes, DOS filenames can have spaces in them
Learn how to write your own version of the 'expand' program, to convert tabs to spaces
When I was a physics undergraduate in the early 1990s, FORTRAN 77 was the standard programming language...
I love working with open source systems, especially those that give you compilers and other resources to...
With a bit of programming, you'll never get bored.
Install Bywater BASIC on your FreeDOS system and start experimenting with BASIC programming.
If you're new to C programming, here are a few tips to improve reading and writing files.
Use strtok to parse a string using 'tokens' in your next C program.