Misc notes about Q2005

Quincy 2005 has been been installed in P6/P9.  New stuff includes:

Consequences of compiler change:

Consequences of IDE changes:

Remaining bugs:

Observations:

Koolplot demo:

#include "koolplot.h"
int main(){
        Plotdata x(-360, 360), y = sin(x) + 3*x;
        plot(x, y);
}

MSC Oct 2005