【发布时间】:2016-10-11 17:06:24
【问题描述】:
我试图在代码块中运行代码,但每次我尝试构建和运行它时,程序底部都会显示以下消息
-------------- Build: Debug in will it work (compiler: GNU GCC Compiler)---------------
g++ -Wall -fexceptions -g -c "/home/TwTOoth/Documents/will it work/main.cpp" -o obj/Debug/main.o
g++ -o "bin/Debug/will it work" obj/Debug/main.o
Output file is bin/Debug/will it work with size 28.28 KB
Process terminated with status 0 (0 minute(s), 0 second(s))
0 error(s), 0 warning(s) (0 minute(s), 0 second(s))
这里似乎有什么问题?
【问题讨论】:
标签: codeblocks