I don't know since I started coding for the first time, so I'm asking you a question.

Asked 2 years ago, Updated 2 years ago, 48 views

I did the same thing as the book, but what part is wrong? For your information, we're looking at the far area

visual-studio

2022-09-19 23:34

1 Answers

Visual Studio prohibits the use of printf functions in default project options.

The way to turn that option off is to write one line below at the top of the source code.

#define _CRT_SECURE_NO_WARNINGS

The above is written in English at the bottom of the capture picture of the question.


2022-09-19 23:34

If you have any answers or tips


© 2024 OneMinuteCode. All rights reserved.