Is it bad practice to use C features in C++?

Viewed 2118

For example printf instead of cout, scanf instead of cin, using #define macros, etc?

10 Answers
Related