#include <string.h>
using namespace std;
namespace charcount
{
int ShowPerCent();
int PerCent();
int Values(char letter);
int analize(string var);
}
このコードはすべて、私のプロジェクトの「functions.h」の一部です。これは言う:
functions.h: 7:13: error: 'string' was not declared in this scope
そして、なぜこれがそう言うのか理解できません。私は試してみてstd::string
、いいえ。何が起こるか知っている人はいますか?さらに追加情報が必要な場合は、お尋ねください。