“кольцо открыть еще один файл” Ответ

кольцо открыть еще один файл

freopen("myprogoutput.txt","w+",stdout)
see "welcome" + nl
for x = 1 to 10
        see x + nl
next

/*
** Read : https://en.wikipedia.org/wiki/Device_file#Device_files
** The next code is not portable, we can use iswindows() before
** using it and we can write special code for each operating system.
*/

freopen("CON","w",stdout)       # For Microsoft Windows
see "Done" + nl                 # print to stdout again
Joker

кольцо открыть еще один файл

Freopen(cFileName,cMode,file handle) ---> file handle
Joker

Ответы похожие на “кольцо открыть еще один файл”

Вопросы похожие на “кольцо открыть еще один файл”

Больше похожих ответов на “кольцо открыть еще один файл” по Python

Смотреть популярные ответы по языку

Смотреть другие языки программирования