aacout

  1. A

    problems in visual c++

    i have written a program which contains the following function 'input' which is a part of a class 'ai' in the same program: void ai::input() {aa:cout<<"user:"; gets(user_input); if(strcmpi(user_input,"bye")==0) { cout<<"bye"; exit(0); }...
Top Bottom