Thread: Complex numbers and C structures help

  1. #1
    Registered User
    Join Date
    May 2008
    Posts
    72

    Complex numbers and C structures help

    hello, i just began studying C structures and i got an exercice at the first days so i'm still not familiar with it. cthe teacher doesn't help us either. Anyone plz help.

    The problem is as following:. Represent complex numbers )
    • Implement all 4 functions (absolute value, addition, multiplication, negation)
    • Do this in two different ways, using:
    - Arrays(how can i do this?)
    - Structures

    I hope someone can help me with this problem

  2. #2
    Kernel hacker
    Join Date
    Jul 2007
    Location
    Farncombe, Surrey, England
    Posts
    15,677
    Compilers can produce warnings - make the compiler programmers happy: Use them!
    Please don't PM me for help - and no, I don't do help over instant messengers.

Popular pages Recent additions subscribe to a feed

Tags for this Thread