[NetBehaviour] spokewhee.cc

james at jwm-art.net james at jwm-art.net
Tue Dec 19 20:08:45 CET 2006


#ifndef SPOKEWHEE_H
#include "spokewhee.h"

#include <iostream>

using namespace std;
using namespace spokewhee;

//---------------------------------------------------
// Once you have spokewhee.h (coming soon), you can:
// compile & execute from within BASH:
// g++ spokewhee.cc -o spokewhee
// ./spokewhee


int main(void)
{
    cout << "\n==================================";
    cout << "\nSpokewhee - An Audioscape Triptych";
    cout << "\n==================================";
    cout << spokewhee_method;
    for (int i = 0; i < 3; i++) {
        cout << "\nSpokeWhee" << i + 1;
        cout << ": " << spokewhee_descr[i];
        cout << "\n\t" << spokewhee_url[i];
        cout << "\n\tDuration: " << spokewhee_dur[i] << endl;
    }
    cout << "\nOnly By James William Morris of Stourmouth\n\n";
    return 0;
}

#endif




More information about the NetBehaviour mailing list