User: Unicyclist

  • Public profile

User profile: Unicyclist

User info
User name:Unicyclist
History
Joined:
Number of posts:12
Latest posts:

problem with cin.getline(name) and cin.get(name)
lol. I forgot all about the cin >> n;! Thanks for the help! it works perfectly now! Cheers! U...

problem with cin.getline(name) and cin.get(name)
Hi! Thanks for the quick reply. Point noted... However, I still seem to have a problem with the...

problem with cin.getline(name) and cin.get(name)
Hi! I'm trying to work on a question in c++ primer. Unfortunately, the program doesn't work co...

arrays
[code] cout << "Entered: \n"; for (i = 0; i < k; i++) k cout << b[i] << " " << endl; } ...

arrays
[code] for (i = 0; i < SIZE; i++) { sum = 0; for (j = 0; j < SIZE; j++) { if (!(a[i] == a[...

This user does not accept Private Messages