Home > Back-end >  How do you can run this code in Windows 7 but can't run in the win10?
How do you can run this code in Windows 7 but can't run in the win10?

Time:03-08

# include
# include
using namespace std;
Int main ()
{
The mkdir system (" D: \ \ 60 (1) ");
Fopen (" D: \ \ 60 \ \ (1) 60 mscyhsj TXT ", "wb");
}

CodePudding user response:

Win10 can run, but you this code is that some of the problems:
1, the system (mkdir "D: \ \ 60 (1)");
Without considering repeatedly runtime folder may have been around for
2, fopen (" D: \ \ 60 \ \ (1) 60 mscyhsj TXT ", "wb");
Files need to be closed and can't tube kill buried
  • Related