Alright. So I literally just started learning C++ from a tut I found and I ran into a problem.



#include <iostream.h>
int main()
{
cout<< " What you do is what you get";
}



This page: http://www.planet-source-code.com/vb...d=769&lngWId=3

has said tut on it.



This:

1. #include <iostream.h>
2. int main()
3. {
4. cout<< “ What you do is what you get”;
5. }

is what I was supposed to type out(without the letters). The only issue I see is that the first quotation mark look different than the last. However, I cannot find this specific symbol on my keyboard. I am in need of assistance.