Search:

Type: Posts; User: terryrmcgowan

Search: Search took 0.00 seconds.

  1. MTV cribs

    Not really posted over here before, my brain explodes trying to understand C. But as a regular viewer of Cribs (or through the keyhole for the mega-rich) this thread touches on my biggest rant.
    ...
  2. Replies
    12
    Views
    1,299

    Cheers Anoop

    thanks Anoop,

    Ordinarily I wouldn't use global variables, but I took Spedge's code and just tried to make it work, without really considering how I'd go about that problem,(it's the pressure of...
  3. Replies
    12
    Views
    1,299

    hope this helps

    Spedge,

    I've had a little play with your code and made some changes that make it work. I'm too new at this to tell you weather what I've done is good coding practice but it should give you an idea...
  4. Replies
    11
    Views
    6,936

    Hi cprogrammer2003, It would seem, from this...

    Hi cprogrammer2003,

    It would seem, from this and other posts that you 've made, that what you are trying to do is connect some piece of Hardware via the USB port, to a program running within the...
  5. Replies
    4
    Views
    1,217

    I am still a newbie, but it looks like your...

    I am still a newbie, but it looks like your program sets the value of loop to 1 and then does

    while(loop ==1)
    {
    do stuff
    }

    but nothing in your program alters the value of loop so the...
  6. Replies
    1
    Views
    4,203

    Salem, Ta very much for your assistance, I had...

    Salem,
    Ta very much for your assistance, I had tried that and made it work but mistakenly thought that this was passing the structure itself rather than a pointer to it, and abandoned this method as...
  7. Replies
    1
    Views
    4,203

    pointers to arrays of structures

    Hi all,
    my code as shown below is the beginning of a lottery program, 20 players each with a tag number are assigned 3 numbers between 1 and 10. this is just the first portion of the program. First...
  8. Replies
    3
    Views
    1,668

    Question of White space

    Hello world

    wonder if someone can offer an explanation.
    I wrote a program, very basic as I'm still learning. The program read
    5 values into an array and added them together finishing by...
Results 1 to 8 of 8