Problems with EOF on Windows 7

I am currently learning C with K & R and it is difficult for me to send an EOF simulation via cmd. I tried Ctrl+ to Zdo nothing.

In some cases, Enterdoes the work, and in other cases does nothing.

Thanks in advance for your help.

+3
source share
2 answers

Assuming you are working on Windows, the situation is that you basically need to do ctrl+ Zat the beginning of the line, i.e. you need to press enter, then do ctrl+ Z, then (depending on how the input is read) maybe enteragain.

F6, . , , / enter.

, Windows , , , (, , ), , . enter , .

+2

Windows 7 F6, Enter. F6 ^ Z .

Ctrl + Z , .

0