Math Parser failing - can't get the error#include <iostream> #include <vector> #include <conio.h> #include <string> #include <sstream> ...
Random number generation does not work although srand is initialized correctlyYep. Thanks ^^
Random number generation does not work although srand is initialized correctlyWell number IS actually changed... [code] while(!read.eof) { getline(read,Voc[number+1] number++; }...
Random number generation does not work although srand is initialized correctlyHey there, yesterday I wrote this simple program: #include <math.h> #include <string> #includ...
C++ Math ParserHello there, I want to program a graphical calculator with C++/Allegro. Everything works fine, ex...
This user does not accept Private Messages