首页 > 其他 > 详细

Codeblocks 遇到的问题 Cannot open output file, permission denied

时间:2017-04-09 23:32:00      阅读:347      评论:0      收藏:0      [点我收藏+]

Codeblocks下运行C++的程序时,偶尔会出现  Cannot open output file, permission denied 的问题,导致不能够编译。

 

技术分享

在 Stack Overflow 上看到有过类似的遭遇。   链接地址 

 

I have encountered the same problem you have. I found that it may have some relationship with the way you terminate your run result. When you run your code, whether it has a printout, the debugger will call the console which print a "Press any key to continue...". If you terminate the console by pressing key, it‘s ok; if you do it by click the close button, the problem comes as you described. When you terminate it in the latter way, you have to wait several minutes before you can rebuild your code.

 

Codeblocks 遇到的问题 Cannot open output file, permission denied

原文:http://www.cnblogs.com/simplepaul/p/6686870.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!