符号提升无法解决

时间:2012-12-12 11:08:09

标签: c++ eclipse boost

我使用boost和eclipse作为我的IDE。

Boost位于/​​ home / ubuntu / cpp / boost_1_52_0 / boost

在eclipse IDE中,我得到一条红色的红色波浪线,上面写着:

symbol boost could not be resolved-> using namespace boost;

在ide和eclipse设置中,我有包含路径home / ubuntu / cpp / boost_1_52_0 /  指定。 Soo ..我怎么做加速工作?我错过了什么?

#include <iostream>
#include <stdlib.h>
#include <vector>
#include <string>
#include <time.h>


#include <boost/tokenizer.hpp>
using namespace boost;

using namespace std;

0 个答案:

没有答案
相关问题