Search:

Type: Posts; User: Zyk0tiK

Search: Search took 0.02 seconds.

  1. Replies
    5
    Views
    1,662

    no, no :) I can do the second thing, infact I did...

    no, no :) I can do the second thing, infact I did that as soon as I read what you posted. However I mean I don't know how to do the first option... Sorry for not showing it's on a button, I didn't...
  2. Replies
    5
    Views
    1,662

    i'm not sure how to do that... i'm really new to C

    i'm not sure how to do that... i'm really new to C
  3. Replies
    5
    Views
    1,662

    Numbers adding together = bad

    Hi guys,

    Still working on my calculator... now the problem I face is when you press the buttons...

    this is how it works...


    switch (number)
    {
    case 0:
  4. Replies
    6
    Views
    2,045

    Woo hoo I got it! :D:D incase anyone cares: ...

    Woo hoo I got it! :D:D

    incase anyone cares:



    totals = [calculation calculateValue:number1 with:number2 calcType:type];


    is the cocoa way to send values to a controller :P it probably...
  5. Replies
    6
    Views
    2,045

    No, the switch statement is fine, It's just...

    No, the switch statement is fine,

    It's just the statement i'm using to TRY and send 3 values to my calculation controller....


    totals = [Calculate: number1 number2 type]; // This is clearly...
  6. Replies
    6
    Views
    2,045

    Haha hmm, well it's Objective-C using Cocoa, I...

    Haha hmm, well it's Objective-C using Cocoa, I guess it's not standard C the way you're used to it...
  7. Replies
    6
    Views
    2,045

    Sending values to a control

    Hey guys :)

    I'm really new to C coding, only been doing it a day or so... but i'm trying to create a calculator, I've never been able to really figure a way out of doing it properly before, so I...
Results 1 to 7 of 7