Question about some code

Правка en1, от IF-THEN, 2020-09-04 15:33:39

What doe the following code mean ? Why use it ?

#ifdef _DEBUG
	freopen("input.txt", "r", stdin);
//	freopen("output.txt", "w", stdout);
#endif

История

 
 
 
 
Правки
 
 
  Rev. Язык Кто Когда Δ Комментарий
en1 Английский IF-THEN 2020-09-04 15:33:39 192 Initial revision (published)