Search:

Type: Posts; User: stilllearning

Search: Search took 0.01 seconds.

  1. Thread: mouse

    by stilllearning
    Replies
    0
    Views
    1,763

    mouse

    Hi i'm trying out some mouse routines...can someone help me as im sorta stuck, im trying to click a particular colour using the mouse and set it as the current colour in the program i'm...
  2. Replies
    5
    Views
    1,217

    are you inputting the words from a file or the...

    are you inputting the words from a file or the keyboard?
  3. i'd love to but........... maybe u should try...

    i'd love to but........... maybe u should try www.asciitable.com :) they have all the ascii table values it might take you a while to translate it all...have fun ;)
  4. Replies
    1
    Views
    16,269

    your code works now :) you need to put {}...

    your code works now :) you need to put {} <---those when using if else statements!



    #include<stdio.h>
    #include<string.h>
    #include<stdlib.h>
    #include<math.h>

    int main(void)
  5. Replies
    2
    Views
    829

    in int whole(int x, int y) at the bottom you have...

    in int whole(int x, int y) at the bottom you have defined tolnum but used totnum....i've fixed it so it now works
    check out the code below! :)



    #include<stdio.h>
    int whole(int,int);

    int...
  6. Replies
    1
    Views
    921

    more efficient way?

  7. Replies
    3
    Views
    2,065

    Thank...

    Thank u!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! :) it works now your the best! :D
  8. Replies
    5
    Views
    1,402

    can anyone figure this out please?

    i'm having a few problems with the code i've written. The code presents a user with a menu, the user to enter a patient must select 'a' to allocate a patient and enter details. I'm currently working...
  9. Replies
    3
    Views
    2,065

    problem with my code

    i'm having a few problems with the code i've written. Th code presents a user with a menu, the user to enter a patient must select 'a' to allocate a patient and enter details. I'm currently working...
  10. Replies
    1
    Views
    1,046

    A...d....t

    hiya
    im revising for an exam and just need some clarification....

    How would you write function prototypes in an ADT (Advanced Data Types) using c programming?

    Thanks
Results 1 to 10 of 10