debug-Subgroup.C from Magnus at Krugle
Show debug-Subgroup.C syntax highlighted
// Copyright (C) 1994 The New York Group Theory Cooperative
// See magnus/doc/COPYRIGHT for the full notice.
// Contents:
//
// Principal Author:
//
// Status:
//
// Revision History:
//
#include "Subgroup.h"
#include <iostream>
main ( ) {
cout << "hello world" << endl;
cout << endl << sizeof(Subgroup);
}
See more files for this project here