#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

_______________________________________________
NetBehaviour mailing list
[email protected]
http://www.netbehaviour.org/mailman/listinfo/netbehaviour

Reply via email to