Identical strings that aren't identical[code]#include <fstream> #include <iomanip> #include <iostream> #include <climits> #include <str...
Identical strings that aren't identicalOk so I just did string.length() on both and for some reason 'name = 0'. Why is that? When I outp...
Identical strings that aren't identicalfiredraco, I have checked for that and there are no additional spaces or extra characters. yes, nam...
Identical strings that aren't identicalI have two strings one was retrieved from an input file using getline(name) and the other is at a po...
Loop problemYou are right... as you can see I used getline() to get name. I got the variable "name" from one in...
This user does not accept Private Messages