User profile: luckytiger

User info
User name:luckytiger
History
Joined:
Number of posts:9
Latest posts:

Calling a Class in Main function
Lol just Had to include <string>.... silly me. But it worked!!!!!!! Ty so much @AbstractionAnon

Calling a Class in Main function
I tried this: [code] #include "stdafx.h" using namespace std; class ex_42 { public: string Let...

Calling a Class in Main function
I made this code in main function. [code] #include "stdafx.h" using namespace std; int _tmain(in...

Vector arrays
Well I have one more question about this exercise. I want to display which person ate the most panca...

Vector arrays
Here is my final code. It looks short and amazing. Vectors really are incredible. I have never use t...