Reading of textthanks, it really helped
Reading of textno help yet??
Reading of text#include <fstream> #include <iostream> #include <sstream> #include <string> #include <vector> using ...
String to Integerthanks a lot, working now, i tried the atoi() earlier but it required char input. Thanks again.
String to IntegerPls need help, trying to convert a string to an integer this is the sample function i'm using and j...