What is the alternative C++ function for _tprintf
in win32 api. I have found a lot of things in Charles Petzold Book for Windows Programming that C++ Standard doesn't include, because it is written in C. Will the use of C functions in C++ programs will be legal according to standard.
PS: I know that C++ is a superset of C, but there are a lot of thing which are different in both of them.