Home » Archimedes archive » Acorn User » AU 1995-06.adf » !C/!Help
!C/!Help
This website contains an archive of files for the Acorn Electron, BBC Micro, Acorn Archimedes, Commodore 16 and Commodore 64 computers, which Dominic Ford has rescued from his private collection of floppy disks and cassettes.
Some of these files were originally commercial releases in the 1980s and 1990s, but they are now widely available online. I assume that copyright over them is no longer being asserted. If you own the copyright and would like files to be removed, please contact me.
Tape/disk: | Home » Archimedes archive » Acorn User » AU 1995-06.adf |
Filename: | !C/!Help |
Read OK: | ✔ |
File size: | 01F0 bytes |
Load address: | FFFFFF46 |
Exec address: | 54D26E5 |
File contents
C Tutorial by Steve Mumford This archive contains a program to accompany the C Tutorial in the magazine. The source code for the program is in the �c� directory, with the compiled and linked program in the root directory of the archive. Before using the program, run the !RunMe file. This sets up a few pointers which tell the program where to find data. If you do not do this, you will get a message telling you that the file <C$Dir>.testfile could not be opened. � Copyright Acorn User 1995
00000000 43 20 54 75 74 6f 72 69 61 6c 0a 62 79 20 53 74 |C Tutorial.by St| 00000010 65 76 65 20 4d 75 6d 66 6f 72 64 0a 0a 54 68 69 |eve Mumford..Thi| 00000020 73 20 61 72 63 68 69 76 65 20 63 6f 6e 74 61 69 |s archive contai| 00000030 6e 73 20 61 20 70 72 6f 67 72 61 6d 20 74 6f 20 |ns a program to | 00000040 61 63 63 6f 6d 70 61 6e 79 20 74 68 65 20 43 20 |accompany the C | 00000050 54 75 74 6f 72 69 61 6c 20 69 6e 20 74 68 65 20 |Tutorial in the | 00000060 6d 61 67 61 7a 69 6e 65 2e 20 54 68 65 20 73 6f |magazine. The so| 00000070 75 72 63 65 20 63 6f 64 65 20 66 6f 72 20 74 68 |urce code for th| 00000080 65 20 70 72 6f 67 72 61 6d 20 69 73 20 69 6e 20 |e program is in | 00000090 74 68 65 20 90 63 91 20 64 69 72 65 63 74 6f 72 |the .c. director| 000000a0 79 2c 20 77 69 74 68 20 74 68 65 20 63 6f 6d 70 |y, with the comp| 000000b0 69 6c 65 64 20 61 6e 64 20 6c 69 6e 6b 65 64 20 |iled and linked | 000000c0 70 72 6f 67 72 61 6d 20 69 6e 20 74 68 65 20 72 |program in the r| 000000d0 6f 6f 74 20 64 69 72 65 63 74 6f 72 79 20 6f 66 |oot directory of| 000000e0 20 74 68 65 20 61 72 63 68 69 76 65 2e 0a 0a 42 | the archive...B| 000000f0 65 66 6f 72 65 20 75 73 69 6e 67 20 74 68 65 20 |efore using the | 00000100 70 72 6f 67 72 61 6d 2c 20 72 75 6e 20 74 68 65 |program, run the| 00000110 20 21 52 75 6e 4d 65 20 66 69 6c 65 2e 20 54 68 | !RunMe file. Th| 00000120 69 73 20 73 65 74 73 20 75 70 20 61 20 66 65 77 |is sets up a few| 00000130 20 70 6f 69 6e 74 65 72 73 20 77 68 69 63 68 20 | pointers which | 00000140 74 65 6c 6c 20 74 68 65 20 70 72 6f 67 72 61 6d |tell the program| 00000150 20 77 68 65 72 65 20 74 6f 20 66 69 6e 64 20 64 | where to find d| 00000160 61 74 61 2e 20 49 66 20 79 6f 75 20 64 6f 20 6e |ata. If you do n| 00000170 6f 74 20 64 6f 20 74 68 69 73 2c 20 79 6f 75 20 |ot do this, you | 00000180 77 69 6c 6c 20 67 65 74 20 61 20 6d 65 73 73 61 |will get a messa| 00000190 67 65 20 74 65 6c 6c 69 6e 67 20 79 6f 75 20 74 |ge telling you t| 000001a0 68 61 74 20 74 68 65 20 66 69 6c 65 20 3c 43 24 |hat the file <C$| 000001b0 44 69 72 3e 2e 74 65 73 74 66 69 6c 65 20 63 6f |Dir>.testfile co| 000001c0 75 6c 64 20 6e 6f 74 20 62 65 20 6f 70 65 6e 65 |uld not be opene| 000001d0 64 2e 0a 0a a9 20 43 6f 70 79 72 69 67 68 74 20 |d.... Copyright | 000001e0 41 63 6f 72 6e 20 55 73 65 72 20 31 39 39 35 0a |Acorn User 1995.| 000001f0