Hi, I keep getting the "warning: character too long for its type". I'm guessing it has something to do with my int variables, but idk why.
The code is:
#include <iostream>
#include <cstdlib>
using namespace std;
int main()
{
int plmoney='10000000',plpop='20000000',plmor='100',menu='0',choice;
while(menu=='0')
{
cout<<"Welcome to the wonderful game of World Domination.\n\nIf this is your first time playing, press 1 to see full instructions.\nIf not, press 2 to dominate some countries!!"<<endl;
cin>>choice;