代码块不运行的代码

问题描述:

我试图运行的代码块每次我尝试建立&来看,它下面的消息将显示在计划代码块不运行的代码

底部
-------------- 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)) 

什么似乎是问题的时间代码,但这里?

根据你的生成日志消息,你的构建看起来很好。

如果不是的情况下,你将有一个这样的消息在该文本的结尾:

过程终止状态1(0分0秒)

2个错误, 1警告(0分钟,0秒)

所以,如果你的构建是好的,也许这是你的“运行”,这是不好(或内容为你的实现内输出完成)。你有没有试图做一个“建设”,然后“运行”而不是“建立&运行”?