Mac上的C ++:权限被拒绝

时间:2018-05-21 02:12:51

标签: c++

我创建了一个虚拟程序来查看C ++是否正常工作,test.cpp:

int main(){
  int a = 10;
  return 0;
}

在我的终端中,我输入了:

gcc -Wall -c test.cpp -o test
./test

我得到以下输出:

bash: ./test: Permission denied

如何才能运行我的程序?

0 个答案:

没有答案