[an error occurred while processing this directive]

Как собрать в новом GCC старую C++-программу, использующую iostream.h
В блоках #include следует заменить iostream.h и fstream.h на iostream и fstream
(убрать ".h"). В начало файлов нужно добавить "using namespace std;", а при
сборке в Makefile указать флаг "-fpermissive".
 
03.09.2015
Ключи: gcc, compile, standard / Лицензия: CC-BY
Раздел:    Корень / Программисту и web-разработчику / C/C++, сборка, отладка

[an error occurred while processing this directive]

[an error occurred while processing this directive]