Dev C++ compilation error, permission denied

前端 未结 7 663
南笙
南笙 2021-01-18 08:22

I want to compile a code program using dev c++ compiler but my compiler didn\'t compile my code.The program consist of two files one is header and other is implementation .c

7条回答
  •  半阙折子戏
    2021-01-18 08:43

    Try running task manager to determine if your program is still running.

    If it is terminate it because that's why your compiler is giving you an error.

提交回复
热议问题