c ++,当前上下文中没有符号“i”。 GDB

时间:2016-04-04 00:47:49

标签: c++ gdb

我正在使用.... GNU gdb(GDB)红帽企业Linux(7.2-83.el6)

#include <iostream>
using namespace std;
int main()
{
   int i = 40;
   cout << "Hello\n";
   return 0;
}

1 个答案:

答案 0 :(得分:0)

原来我需要将后续行添加到我的.bash_profile

cider-refresh-fn