How do I initialize a string name for the description of an array?

It says that Infantry and Bazooka and everything is not declared in the scope, I made it global variables. I know im missing something small, please tell me what it is??

 
  string TroopsName[5]={Infantry,Bazooka,Tank,Sniper,Harvester};
Use quotes for literal text. "Infantry" etc.

(also global variables are usually best avoided).
Topic archived. No new replies allowed.