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 Mike Lewis 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: *

  • Users: Kjoy
  • Order by date
  1. Kjoy

    What is this...Left Operand Right Operand Stuff!!

    left operand means the value to the left of the operator sign. right operand is to the right. when u add/subtract 2 complex numbers, u put the real parts(w/c is the left operand accdg to ur example) together and the imaginary part together
  2. Kjoy

    Linker Error : error LNK2001

    return type for main function should always be void. so instead of int main(), do void main()
  3. Kjoy

    redefinition error!!!

    i would think that in some part of your program, u declared min as int for a second time.

Part and Inventory Search

Back
Top