Thanks for the quick reply, but does this apply to endl; as well? I seem to be getting an error with that too. also, this isn't quite up to date, I changed it just a little after posting. Just a minor chage:
EDIT: Actually, let me just paste the contents of my Compiler tab:
1 C:\Dev-Cpp\Untitled2.cpp stdafx.h: No such file or directory.
C:\Dev-Cpp\Untitled2.cpp In function `int main()':
10 C:\Dev-Cpp\Untitled2.cpp `endl' undeclared (first use this function)
(Each undeclared identifier is reported only once for each function it appears in.)
12 C:\Dev-Cpp\Untitled2.cpp no match for 'operator>>' in 'std::cout >> "Nice to meet you, "'
14 C:\Dev-Cpp\Untitled2.cpp no match for 'operator>>' in 'std::cout >> "Ah, so you\'re "'
C:\Dev-Cpp\Makefile.win [Build Error] [Untitled2.o] Error 1