How do I parse a "?

For example, I'm supposed to be coding a web crawler for this homework, and hyperlinks are enclosed in quotes. How do I do a

Code:
string word;
//code to fill in word

if (word[i] == "\"") {
//do stuff
I'm getting a warning about converting between integers and pointers :\