Search:

Type: Posts; User: ingeniousreader

Page 1 of 4 1 2 3 4

Search: Search took 0.01 seconds.

  1. Replies
    3
    Views
    1,058

    ok thanks very much

    ok thanks very much
  2. Replies
    3
    Views
    1,058

    new to java programming

    hi i have decided to teach myself java but i was wondering if anyone knew why some words need capital letters like System.out.print . the 'system' needs to be 'System' or it wont work you know. Also...
  3. Replies
    9
    Views
    1,126

    you should write it like this this: int ch;...

    you should write it like this this:

    int ch;
    .........................
    .........................
    /*make sure their is a space before"%d" in scanf to occupy whitespace characters as shown...
  4. reply

    no its you people because nobody has any manners here . you are all hot headed frustrated people who just want to fight all the time. i love to help people unike you people. sometimes i would go "...
  5. Replies
    13
    Views
    1,329

    here is the part of the code i am struggling with...

    here is the part of the code i am struggling with

    struct bones team[4];
    struct bones temp;
    .........................
    int i;
    int j;
    for(i=0;i<4;i++)
    {
    for(j=1;j<4;j++)
  6. Replies
    13
    Views
    1,329

    im using the dot to refer to the structure it is...

    im using the dot to refer to the structure it is contained in. the error message is as follows."subscripted value is neither array nor pointer". you cannot write something like this.


    char...
  7. Replies
    13
    Views
    1,329

    i know how to use the dot dont mind that bit ,...

    i know how to use the dot dont mind that bit , that bit is simple. what i am confused about is ok listen ill put in in simple english. 4 teams have played each other 3 times. when they win a game the...
  8. Replies
    13
    Views
    1,329

    omg im confused now because it is different doing...

    omg im confused now because it is different doing it with a structure because you have to use the dot
  9. Replies
    13
    Views
    1,329

    ye i do understand nested loops. thanks very much...

    ye i do understand nested loops. thanks very much for your KIND help. i will go back now and work on it. see i never knew you could set a temp struct but now i do so thanks a millions. i can see the...
  10. Replies
    13
    Views
    1,329

    bubblesort

    ok i just posted a thread but i dont think i worded it well. basically i understand how a bubblesort works but i just dont know how i can work it with a structure you know.see the thing with a...
  11. and by the way enough of the exaggeration. "you...

    and by the way enough of the exaggeration. "you have posted dozens of problems". ehm no i havent actually. if you want to throw abuse at me at least get it right.
  12. ok jump off your high horse their because even...

    ok jump off your high horse their because even though i have asked a few question i actually figured out my SMALL mistakes MYSELF because people like you seem to not want to offer a few keystrokes...
  13. i dont know what to put for a title here.

    hey i want to know HOW DO YOU PUT THINGS IN ORDER. FOR EXAMPLE (PAY ATTENTION TO THIS BIT) JOHN HAS 10 APPLES OVER ALL , SARAH HAS 7 APPLES, PETER HAS 4 APPLES AND KATE HAS 2 APPLES. INSTEAD OF...
  14. Replies
    4
    Views
    1,544

    its actually not a typical case of jumping on the...

    its actually not a typical case of jumping on the keyboard.. i got it working perfectly. i guess i didnt need to do what i thought i needed to do .thanks anyway
  15. Replies
    4
    Views
    1,544

    no everything is ok there at the moment. when...

    no everything is ok there at the moment. when someone comes along and goes ok chelsea beat liverpool 3 goals to 2, well you need something to read in those scores and then i will use an if statement...
  16. Replies
    4
    Views
    1,544

    general question

    hi i have a question. in my structure i have "int scored". i will ONLY be using this so that the user can input the scores between the two teams after a football match. so the thing is is that i dont...
  17. Replies
    2
    Views
    1,194

    oh my god thanks tim i feel like an idiot now...

    oh my god thanks tim i feel like an idiot now haha thats it of course ha cheers.
  18. Replies
    2
    Views
    1,194

    fgets problem

    hey i was told to use fgets instead of scanf to read in strings that are separated by whitespace characters but the way i have it here is wrong. the error says "request for member 'name' in something...
  19. ah ok thanks jim i didnt know that was the...

    ah ok thanks jim i didnt know that was the difference between them. i appreciate the help.
  20. scanf to read in whitespace characters

    hi, quick question. i want to read in a string using scanf and the printf before it says "enter the name of the team". but if enter manchester united it accepts it but the next question that comes up...
  21. nice one mate, appreciate the help

    nice one mate, appreciate the help
  22. switch statement. simple to solve but i dunno whats wrong.

    what is happening here is it asks the first question and GREAT NEWS... YOU GET TO ANSWER THE QUESTION BUT THENNN..... the rest of the questions come up on the screen in great layout BUT... it wont...
  23. Replies
    10
    Views
    1,648

    thanks for the good advice ill take that route

    thanks for the good advice ill take that route
  24. Replies
    10
    Views
    1,648

    okay i have edited it to this but i get 1 warning...

    okay i have edited it to this but i get 1 warning . warning: passing argument 1 of 'bubblesort' from incompatible pointer type and that is talking about the line at the bottom "bubblesort(place,16)"....
  25. Replies
    10
    Views
    1,648

    thanks a million mate ill spend my time lookin...

    thanks a million mate ill spend my time lookin into that now. it will save me days haha cheers
Results 1 to 25 of 100
Page 1 of 4 1 2 3 4