Search:

Type: Posts; User: sam.woolner

Search: Search took 0.01 seconds.

  1. Replies
    15
    Views
    2,473

    Thanks for taking so much time to tell me off,...

    Thanks for taking so much time to tell me off, quotes and everything, try and realise for a second I'm not confident with programming.
    You can't do that and that's why characters like the computer...
  2. Replies
    15
    Views
    2,473

    It just that it was on my laptop and i can't...

    It just that it was on my laptop and i can't remember it...it says error: then it shows the directory path of gcc, i know thats a really silly description but I think i'ts having problems using the...
  3. Replies
    15
    Views
    2,473

    Well see now you aren't listening. It compiles...

    Well see now you aren't listening.
    It compiles but when I try to run it i'm gettin and error message I dont understand, hovever i think is gcc runnin in windows having problems linking all the...
  4. Replies
    15
    Views
    2,473

    Cos i would hope somebody would take pity on me...

    Cos i would hope somebody would take pity on me cos I'm useless.
    Hardly like ive thrown some code on and said help me.
    Go pick on someone else and stop replying on my post if you arent gonna help.
  5. Replies
    15
    Views
    2,473

    I'm not being lazy. It compiles fine but it wont...

    I'm not being lazy. It compiles fine but it wont run on my computer.
    I'm just asking that someone who has the time and is'nt going to be rude have a look at it and give me hints if they can see a...
  6. Replies
    15
    Views
    2,473

    You horrible little man. Like I've said before if...

    You horrible little man. Like I've said before if you are going to be mean just because you know C don't reply to me.
    I said I've had a good stab at this and my compiler is'nt working because it's...
  7. Replies
    15
    Views
    2,473

    Girl ** C needs help

    Hey guys, can you help me again please?
    I've been working on this for two weeks and it's due in on Friday.
    I've tried to compile this code but am using gcc in wondows and its
    not working properly...
  8. Replies
    13
    Views
    1,992

    I'm still thinking that in the case that the...

    I'm still thinking that in the case that the words are the same it will keep recursively calling wordLess until it drops of the end of the word thus causing an error....
    Can I write this (recursive)...
  9. Replies
    13
    Views
    1,992

    right, I think wordLess is working now. Do you...

    right, I think wordLess is working now.
    Do you think it will work? I just need to do the comments for it.
  10. Replies
    13
    Views
    1,992

    how can i stop that??

    how can i stop that??
  11. Replies
    13
    Views
    1,992

    do you mean that it will go through the list...

    do you mean that it will go through the list until it hits the last item, but then when it calls wordLess again....


    {
    if (isNull(word1)==FALSE)
    {
    if(isNULL(word2)==FALSE)

    that bit...
  12. Replies
    13
    Views
    1,992

    I don't understand what you mean. Im just...

    I don't understand what you mean.
    Im just asking for you to look at this first draft of two functions i have made because I am not very confident with C.

    If you can help me then tell me if you...
  13. Replies
    13
    Views
    1,992

    better?

    better?
  14. Replies
    13
    Views
    1,992

    Also what does it mean by use tags properly it...

    Also what does it mean by use tags properly it wouldnt let me post if i put brackets in the code????
  15. Replies
    13
    Views
    1,992

    recursive list functions

    Hi guys,
    Can anyone see where I'm going wrong with this, I'm hopeless with C so considering I'm dong a module on it i'm struggling.



    boolean wordLess(wordADT word1, wordADT word2)
    {
    if...
Results 1 to 15 of 15