User profile: gudeh

User info
User name:gudeh
History
Joined:
Number of posts:23
Latest posts:

Sites communication, Sockets and Win32 API
Hi 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 vector
you should call the vector you declared, not the class itself: [code]vector <string> currentSet; //r...

ifstream overflow in while loop
I'd use something like: [code]while(getline(ins,string my_string))[/code] thats the only way I know ...

ifstream overflow in while loop
you have a ';' closing your while btw, you sure it's reaching the end?

change class name
I don't know what the hell you are talking about lol