Search:

Type: Posts; User: boom71uk

Search: Search took 0.01 seconds.

  1. Replies
    31
    Views
    8,351

    Thanks a lot Adak, I will test this.. Thanks...

    Thanks a lot Adak, I will test this..

    Thanks to all you guys, I am fully coherent on indenting and will use this in the future.

    Cheers again.
  2. Replies
    31
    Views
    8,351

    Thanks a lot Adak, I will test this.. Thanks...

    Thanks a lot Adak, I will test this..

    Thanks to all you guys, I am fully coherent on indenting and will use this in the future.

    Cheers again.
  3. Replies
    31
    Views
    8,351

    Cheers..

    Cheers..
  4. Replies
    31
    Views
    8,351

    See I just 'post quick reply' and it posted...

    See I just 'post quick reply' and it posted twice. Just clicked once and didn't do anything else....No back button, nothing...
  5. Replies
    31
    Views
    8,351

    Adak, seriously mate I am not. I just leave the...

    Adak, seriously mate I am not. I just leave the browser and then go to the main forum heading page.

    OK here is my final attempt and my indented code, cheers for your help:



    ...
  6. Replies
    31
    Views
    8,351

    Adak, seriously mate I am not. I just leave the...

    Adak, seriously mate I am not. I just leave the browser and then go to the main forum heading page.

    OK here is my final attempt and my indented code, cheers for your help:



    ...
  7. Replies
    31
    Views
    8,351

    Thanks Quzah.. I will have a look at your...

    Thanks Quzah..

    I will have a look at your feedback. There are matching numbers of the '}', one is just hidden..

    Full list code is here, not sure why it was truncated in my past posts:



    ...
  8. Replies
    31
    Views
    8,351

    If anyone else can help, would be appreciated.. ...

    If anyone else can help, would be appreciated..

    list function code also INDENTED..





    void List(void)
    {
  9. Replies
    31
    Views
    8,351

    If anyone else can help, would be appreciated.. ...

    If anyone else can help, would be appreciated..

    list function code also INDENTED..





    void List(void)
    {
  10. Replies
    31
    Views
    8,351

    I did indent it....just whe it was copied and...

    I did indent it....just whe it was copied and pasted, if i would have edited you, yes you would have complained about another two posts, ffs!
  11. Replies
    31
    Views
    8,351

    OK not sure why it is reposting my messages,...

    OK not sure why it is reposting my messages, checked all settings and seem fine?

    Anyway I have worked quite a bit on my code overnight and have got 90% of it working, just wanted to ask some help...
  12. Replies
    31
    Views
    8,351

    OK not sure why it is reposting my messages,...

    OK not sure why it is reposting my messages, checked all settings and seem fine?

    Anyway I have worked quite a bit on my code overnight and have got 90% of it working, just wanted to ask some help...
  13. Replies
    31
    Views
    8,351

    OK thanks dead planet, will do.. Just reading...

    OK thanks dead planet, will do..

    Just reading your post, thanks..
  14. Replies
    31
    Views
    8,351

    OK thanks dead planet, will do.. Just reading...

    OK thanks dead planet, will do..

    Just reading your post, thanks..
  15. Replies
    31
    Views
    8,351

    OK, here is my problem stripped down... If...

    OK, here is my problem stripped down...

    If anyone could help then it would be great..

    These are my structures:
  16. Replies
    31
    Views
    8,351

    OK, here is my problem stripped down... If...

    OK, here is my problem stripped down...

    If anyone could help then it would be great..

    These are my structures:
  17. Replies
    31
    Views
    8,351

    Parse error before, before STRUCT: line 52 ...

    Parse error before, before STRUCT:

    line 52 if(num== struct student list [count])


    I am doing something wrong in this line compared to the original code:

    the f='a' is after this bit of...
  18. Replies
    31
    Views
    8,351

    Parse error before, before STRUCT: line 52 ...

    Parse error before, before STRUCT:

    line 52 if(num== struct student list [count])


    I am doing something wrong in this line compared to the original code:

    the f='a' is after this bit of...
  19. Replies
    31
    Views
    8,351

    Thanks, I can now see that and have amended,...

    Thanks, I can now see that and have amended, however still same problem

    Seems to be in this area of code / function:




    void searchstudent()
    { int count;
    char num,f;
  20. Replies
    31
    Views
    8,351

    Thanks, I can now see that and have amended,...

    Thanks, I can now see that and have amended, however still same problem

    Seems to be in this area of code / function:




    void searchstudent()
    { int count;
    char num,f;
  21. Replies
    31
    Views
    8,351

    Parse Error - Anyone Help?

    Hi guys,

    I have a parse error, it maybe syntax or just some code is not right. Anybody help?

    Here is the code:
  22. Replies
    6
    Views
    2,226

    I did try the second one but think I added an...

    I did try the second one but think I added an extra pair of brackets, your above one works great.

    Thanks, appreciated..
  23. Replies
    6
    Views
    2,226

    Thanks... Still not working even when I try...

    Thanks...

    Still not working even when I try the second one, will just have to plough on and do the calculation a different way rather than via a function.

    Cheers anyway..
  24. Replies
    6
    Views
    2,226

    Either of the above work, I just cannot get the...

    Either of the above work, I just cannot get the formula within the function:

    return( 30 * (R1 / (R1 + R2)) - (Rx / (Rx + Rs)));

    This above in my mind should do the same but it is not, unless i...
  25. Replies
    6
    Views
    2,226

    C Program ming - Calculations

    Hi,

    A newbie here so go easy eh...

    Just wanted a bit of advice on calculations and the hierarchy inside a function.

    I am trying to get a program working that calculates the potential...
Results 1 to 25 of 25