Sites communication, Sockets and Win32 APIHi there, I saw a post here from 2008 where a guy asked: "how to get data from internet?".(http://ww...
compare input string to string vectoryou should call the vector you declared, not the class itself: [code]vector <string> currentSet; //r...
ifstream overflow in while loopI'd use something like: [code]while(getline(ins,string my_string))[/code] thats the only way I know ...
ifstream overflow in while loopyou have a ';' closing your while btw, you sure it's reaching the end?
change class nameI don't know what the hell you are talking about lol