Login Page - Create Account

Support Board


Date/Time: Thu, 16 May 2024 01:21:17 +0000



Post From: How display string data on terminal

[2016-10-19 18:32:56]
User429169 - Posts: 14
string text1 = "Hello World";
  sc.GraphName = text1;

After compiling, this the error.

1>SStudy.cpp(109): error C2679: binary '=' : no operator found which takes a right-hand operand of type 'std::string' (or there is no acceptable conversion)