***
Note VC++ users: you must rename all *.cc files to *.cpp

If you use Windows 95, 98 or NT and get errors that the header file strstream.h
is not found, you need to copy the file strstrea.h to strstream.h in your
include directory.

Use nmake /E to make the files in the command prompt, for example:

nmake /E aptest.exe

If you use the IDE workspace and project, you need to make the makeprim.exe
in the command prompt first and run makeprim 65537 to create primetab.cpp.
Also you need to specify the correct path to the MASM executable (ml) in the
custom build options for the .asm files in the project settings.

The program should compile with Visual C++ 6 and there can be problems
with other versions.

You will need Microsoft Macro Assembler (MASM).
***
