How to make Visual Studio not let you use functions without including headers [closed]

1

In C ++, the printf () and scanf () command need the cstdio library to work, but in Visual Studio I can run without adding them. As I send my programs to a site that does not allow this, I wanted Visual Studio to keep an eye on these things and warn me that printf() , for example, is not included.

    
asked by anonymous 24.07.2016 / 02:03

0 answers