Is there a C++ API for accessing stock quotes from Google finance?
There's no C++ client library, if that is what you mean - just for Java and Javascript.
There are plenty of C++ libraries for HTTP and XML though, so you can certainly process the protocol directly if you wish. I guess you could call the Java client library using JNI also.