我在c ++中声明字符串类型时遇到问题。

时间:2017-07-20 02:02:17

标签: c++

我已将其列为标题。当我调用字符串时,我使用std :: string来完全指定字符串的来源。错误读取Zach未在此范围内声明。可以通过IDE或编译器吗?我在Linux Ubuntu上使用eclipse和g ++。以下是我的源代码。

#include <iostream>
    #include <string>

     int main(){
     std::string name = Zach;
     std::cout << name << std::endl;

    }

1 个答案:

答案 0 :(得分:0)

实际上,这是一个简单的语法错误。扎克需要围绕它的引号。