Line 10: Line 10:
  
 
Unfortunatly, I was only able to test the changes on a 32 bit Mac using GCC. Please post any problems you encounter.
 
Unfortunatly, I was only able to test the changes on a 32 bit Mac using GCC. Please post any problems you encounter.
 +
 +
Checks out for gcc 4.1.2 on 64-bit Linux.  The only minor issue is that typeutil.h is missing a newline at the end of the file.

Revision as of 17:54, 25 January 2009

Updated C-Code

The following changes have been made to the starting C-code:

  • typeutil.h has been added to support 64-bit architectures.
  • Source code files now include only their header file. Header files include all dependancies.
  • The memory leak in the example program is now fixed.

Download the updated version here.

Unfortunatly, I was only able to test the changes on a 32 bit Mac using GCC. Please post any problems you encounter.

Checks out for gcc 4.1.2 on 64-bit Linux. The only minor issue is that typeutil.h is missing a newline at the end of the file.

Alumni Liaison

Abstract algebra continues the conceptual developments of linear algebra, on an even grander scale.

Dr. Paul Garrett