Dr Christian Hicks wrote:
I have been learning to program in C over the last few weeks and have put some examples together. These include how to call Pascal from C and how to call C from Pascal. I am grateful to other people for their help, particularly The African Chief. Please see: http://www.staff.ncl.ac.uk/chris.hicks/programming.htm
Please bear in mind that I am not an expert. I would welcome any constructive comments.
I don't have the time to really look at it, but the first paragraph strikes me:
: The first thing that you need is a Linux operating system. I use : either Red Hat 9 or Cygwin which can be installed and run on : computers running Microsoft Windows.
Cygwin is not Linux. I think what you mean is a Unix compatible or a POSIX system which Cygwin is (I think the latter is more appropriate).
Linux is actually just the kernel which together with many GNU and other programs (many of which are also included with Cygin) form a full system, but AFAIK there's no Linux code in Cygwin.
Frank