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 gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. Liam0003

    Binary Operator Overloading

    I am overloading + in a simple effort to combine two number sequences; for example: a=1,2,3 b=4,5,6 The output that I want is to have a third sequence combine them like this: c=1,2,3,4,5,6 When I try to do this, I receive error C2664 which is saying cannot convert number type a to number type...

Part and Inventory Search

Back
Top