random backround;
I recently started learning how to program, I've made a few small programs and I want to challenge myself, this is not supposed to be anything serious as much is it to test myself.
I want to create an application that'll give a sentence, and in response you give it your answer, and according to your answer , the program will alter;
For example;
outprint : "You find yourself in a room"
user types in : "look around" or "examine room"
TL;DR VERSION :
What command[and what #include] do I need for a user to type in full sentences such as "pick up X", "examine Y", in which the program will outprint according to your command[pick up, examine, walk into... etc]
That'll be really helpful, thanks!
-Visual studio 2012
-Win32 App program