我已将其列为标题。当我调用字符串时,我使用std :: string来完全指定字符串的来源。错误读取Zach未在此范围内声明。可以通过IDE或编译器吗?我在Linux Ubuntu上使用eclipse和g ++。以下是我的源代码。
#include <iostream>
#include <string>
int main(){
std::string name = Zach;
std::cout << name << std::endl;
}
答案 0 :(得分:0)
实际上,这是一个简单的语法错误。扎克需要围绕它的引号。