0
Does anyone know how to do strings in c++?
I need to know how to make a string a variable
7 odpowiedzi
+ 1
thank you so much
0
What specific part of strings are you questioning?
0
how to make it a variable
0
like what goes before it
0
instead of int for integers
0
I dont know c++ but a quick google search found that its just
string varName;
https://www.google.com/amp/s/www.geeksforgeeks.org/stdstring-class-in-c/amp/