For example printf instead of cout, scanf instead of cin, using #define macros, etc?
printf
cout
scanf
cin
#define
For allocations, I would avoid using malloc/free altogether and just stick to new/delete.