Whenever I try to input the birthday in this form- october 10 17 1998, the word october will be lost same goes for the name and course. First words were omitted. Btw, I am using Dev C++
#include <iostream>
#include <conio.h>
#include <string>
using namespace std;
int main ()
{
string name = "";
int age;
age = 0;
string birthday = "";
string course = "";