Search:

Type: Posts; User: ervinako

Page 1 of 3 1 2 3

Search: Search took 0.01 seconds.

  1. Replies
    86
    Views
    15,660

    @ Adak and Click_me! Thank you so much for your...

    @ Adak and Click_me! Thank you so much for your help! :) Have a blessed day! Thank you thank you thank you! :D
  2. Replies
    86
    Views
    15,660

    I have this final code anyone check it? ...

    I have this final code anyone check it?



    #include <stdio.h>


    int main ()
    {
  3. Replies
    86
    Views
    15,660

    Last question? Declaring the in declaring the...

    Last question?

    Declaring the in declaring the winner the one who picks the last stick will be the looser not the one who have no more to pick..
    Any suggestion? :)
  4. Replies
    86
    Views
    15,660

    rows[rowChosen-1] == 0; This doesnt delete any...

    rows[rowChosen-1] == 0;
    This doesnt delete any of sticks in a row.
  5. Replies
    86
    Views
    15,660

    One problem also is, when it declared the looser...

    One problem also is, when it declared the looser the looser will be the one who picks the
    last stick not the one who is not picking the stick anymore..
  6. Replies
    86
    Views
    15,660

    It deleted the row :( i wanted that the row is...

    It deleted the row :( i wanted that the row is still there but its not part of the game anymore..
    anyone? :(


    #include <stdio.h>


    int main ()
    {
  7. Replies
    86
    Views
    15,660

    @Adak, oh the program works sorry for not reading...

    @Adak, oh the program works sorry for not reading it.. now i know.
    But i wanted that the row1: (empty) and it not part of the game anymore,
    do you have an idea?..
  8. Replies
    9
    Views
    975

    #include :)

    #include <stdio.h>

    :)
  9. Replies
    86
    Views
    15,660

    What are you trying to say?.. ...

    What are you trying to say?..




    for(i = 0; i < 3; i++)
    {
    if(rows[i] ==0)
    {
    ...
  10. Replies
    86
    Views
    15,660

    @Adak, Sir the the one who will picks the last...

    @Adak, Sir the the one who will picks the last stick will be the looser not the one who gets last.

    I got the problem:

    Player 2 turn:

    Row1: I
    Row2:
    Row3:
  11. Replies
    86
    Views
    15,660

    Help.

    Help.
  12. Replies
    86
    Views
    15,660

    This code is actually the same as mine and it...

    This code is actually the same as mine and it make me so confuse.

    what I'm trying to say is: For example row1: has no sticks anymore.
    if the user will choose the row 1 it will print error cause...
  13. Replies
    86
    Views
    15,660

    Is this what you mean? :)) Sorry for not...

    Is this what you mean? :)) Sorry for not getting..
    It will delete the row1? but if i wanted not to delete row 1? just let it stay there but
    if the person chooses the row one it will promt error!...
  14. Replies
    86
    Views
    15,660

    #include int main () { ...

    #include <stdio.h>

    int main ()
    {

    char ans;

    do{

    int rows[] = { 3, 5, 7};
  15. Replies
    86
    Views
    15,660

    i will delete the code? from #26 to #37 and put...

    i will delete the code? from #26 to #37 and put it in #46?..
  16. Replies
    86
    Views
    15,660

    while(sum>0) { ...

    while(sum>0)
    {

    if(rows[i])
    {
    printf("\nRow %d:", i+1);
    }


    for(i = 0; i < 3; i++)
  17. Replies
    86
    Views
    15,660

    It automatically shut the program.. the...

    It automatically shut the program..

    the header will print but the game will stop..
  18. Replies
    86
    Views
    15,660

    Where can i put it??

    Where can i put it??
  19. Replies
    86
    Views
    15,660

    This is my final code.. Just one problem when the...

    This is my final code.. Just one problem when the blank row.. T.T How to fix it..
    when the row is empty it should not be counted anymore T.T help help any solutions..


    #include <stdio.h>

    int...
  20. Replies
    86
    Views
    15,660

    So it cant be solved?.. or what?..

    So it cant be solved?.. or what?..
  21. Replies
    86
    Views
    15,660

    Got it, and dude last problem when the slot is...

    Got it, and dude last problem when the slot is empty that slot will be counted..

    for example

    Row1:
    Row2: I I I I I I

    when i put row 1 then get 3
    it continued... how to say error the row...
  22. Replies
    86
    Views
    15,660

    Amm dude. the one who will get the last stick...

    Amm dude. the one who will get the last stick will be losser how to code that for example the player one got the last stick. how to code that it will say player 1 is the loseer?


    printf("%d is...
  23. Replies
    86
    Views
    15,660

    This code works but it only prints Row1: I I...

    This code works but it only prints

    Row1: I I
    Row2: I I I I
    Row3: I I I I I

    so i change the


    int rows[] = { 2, 4, 6}; to { 3, 4, 6}
  24. Replies
    86
    Views
    15,660

    Got it i remove the break; so that the program...

    Got it i remove the break; so that the program will remove the sticks but now when i remove 3 in row 1 it just remove 2 only instead of 3..



    #include <stdio.h>

    int main ()
    {
    int rows[]...
  25. Replies
    86
    Views
    15,660

    in what line?.. T.T

    in what line?.. T.T
Results 1 to 25 of 62
Page 1 of 3 1 2 3