Home / Related-programs
Name Modified Size InfoDownloads / Week
Parent folder
README.txt 2013-05-21 707 Bytes
winmorse2setup.exe 2013-05-21 494.3 kB
codegroup.zip 2013-05-21 69.1 kB
Totals: 3 Items   564.1 kB 0
/*

THIS FOLDER CONTAINS THE ORIGNAL C++ REFERENCE SOURCE CODE

THIS IS PROVIDED FOR REFERENCE ONLY

THE MACHINE C++ to JAVA TRANSLATION IS FINISHED

THIS TEXT IS AN AID FOR C++ to Java TRANSLATION


	   Encode or decode file as five letter code groups

		This program is in the public domain.

	   December 1986: Original version
	       July 1995: Unified encoder and decoder in one program,
			  replaced ad-hoc checksum with CRC-16.
	    October 1998: HTML documentation, Zipped distribution archive
			  including ready-to-run MS-DOS program.
	  September 2008: Fixed stdin/stdout initialiser problems with
                          GCC 4.1.2, added const declarations.



*/
Source: README.txt, updated 2013-05-21