For example printf instead of cout, scanf instead of cin, using #define macros, etc?
printf
cout
scanf
cin
#define
I wouldn't say bad as it will depend on the personal choice. My policy is when there is a type-safe alternatives is available in C++, use them as it will reduce the errors in the code.