Add two ASCII values?From what I understood, you have 2 numbers as char variables, and you want to add them together? I t...
Reading until the line ends.[code]ifstream fd("duom.txt"); string text; getline( fd, text); int l=0; for(int i=0...
Reading until the line ends.fd is part of ifstream fd("textfile.txt"), but I thought getline reads it as a string, and I need ev...
Reading until the line ends.Soooo, I need to read characters until the end of the line. I know that the end of the line should b...
This user does not accept Private Messages