User profile: hongquan156

User info
User name:hongquan156
Email:hongquan156@gmail.com
Name:phạm hồng quân
Location:Ha Noi
History
Joined:
Number of posts:3
Latest posts:

Can you fix my code please? WARNING: There are ALOT of problems
you should put your code in tag code. [code] #include<iostream> using namespace std; //without...

getline getting a line without user input
you have to use "cin.ignore()" or fflush(stdin) before for loop;

first time working in arrays
your here [code] #include <iostream> #include <cstring> using namespace std; int main() ...