Support Board
Date/Time: Sat, 11 Jan 2025 04:50:46 +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) |