Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Wanet Telecoms Ltd on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by jsarfaty

  1. jsarfaty

    Big error in this "fraction" class!!!

    I found _A_ problem at least... You made a typo in your fraction::operator= member. You make two calls to ::get_num() in stead of one to ::get_num() and one to ::get_den(). fraction & fraction::operator = (fraction &a) { num = a.get_num(); den =...

Part and Inventory Search

Back
Top