oh I'm using it in C++.. whoops.
yeah I sort of figured it out.. the MSDN entries on scanf hurt my head T_T.
I think I got it though.. using stuff like either
Code:
scanf("%s %s %s",...);
or
scanf("%[ ]");