2D Array problemIve commented the minor changes I've made. I didn't any crazy characters you speak of. I am using GC...
Graph plottingIts possible, but I would assume it would require some GUI programming. Such as using FLTK.
another stupid question :SHere's my take on it. [code]#include <iostream> using namespace std; int main() { char c; ...
Exercises I don't get it![code] for (n=1;n<6;n++) { //Display one row at a time cout<<n<<"\t"<<n*10<<"\t"...
Good programming practice/approach?Why does putting cin in the while condition provide data protection?
This user does not accept Private Messages