Hello,
I need to know something.
Why won't compare large char* strings?
Because i need to do that.
The weird thing is that when i put their contents on screen,
The text is the same but it still won't say that they match.
How are you comparing them? With strcmp? Why not just use std::string? (In general it is easier to answer questions if we can see a bit of your code ;) )