For example printf instead of cout, scanf instead of cin, using #define macros, etc?
printf
cout
scanf
cin
#define
Coming from a slightly different angle, I'd say it's bad to use scanf in C, never mind C++. User input is just far to variable to be parsed reliably with scanf.