User profile: lapoker85

User info
User name:lapoker85
Name:Cesar Martinez
Location:Long Beach
History
Joined:
Number of posts:12
Latest posts:

HOw to Reduce Fractions and How to ovrload the >> opertor in classes???
Thanks for the reduction, I will work on it. Now as far for the >> operator istream& operator...

HOw to Reduce Fractions and How to ovrload the >> opertor in classes???
SO, This is my code: This is the H.File #ifndef H_fractionType #define H_fractionType # in...

Class and C2065 error
Hi void clockType::printTime() const { if(hr < 10) cout << "0"; cout << hr <<":"; ...

Search Function (Vector and Struct)
Thank you so much. I took the (loc) out of my string , and it work great!!!

Search Function (Vector and Struct)
Hi, I am having trouble with a function where I am trying to search a contact by last name. I ha...