I cant find the error in this piece of code could anyone please insight me? I ran the debugging but the errors are un-understandable..
#include \"stdafx.h\" #in
Should be
if (name == "Bart Simpson") { cout << "You have been very naughty" << endl; }
And you need to include