What Variable? HELP!

I want to define a name (word, not numerical):

what to use? I cant using char :(

imma noob
1
2
3
4
5
6
7
8
#include <iostream>
#include <string>

int main()
{
    std::string name = "Hello!"
    std::cout << name << std::endl;
}
Topic archived. No new replies allowed.