
-----------------------------------
Prince Pwn
Sun Dec 10, 2006 11:00 pm

Reading Full Lines
-----------------------------------
Ok I understand cin and getline(cin), but there is a small problem in my code:

#include 
#include 
#include 
using namespace std;
#define SKIP '\n'

struct information
{
  string name,town,month;
  int day,year;
} 
info;

int main ()
{
  cout  info.month;
  cout > info.day;
  cout 