Search:

Type: Posts; User: ian212

Search: Search took 0.01 seconds.

  1. Thank you for pointing out all those junk ...

    Thank you for pointing out all those junk

    You're right about the warnings, and you're right about the incorrect logic too!!

    The last two lines do nothing..they just keep the program open, maybe...
  2. Yes, I hope to improve in time..Thank you!!

    Yes, I hope to improve in time..Thank you!!
  3. Sorry for posting the solution after so many...

    Sorry for posting the solution after so many days..I had cracked it the same day, but some other assignments kept me busy

    So here goes the code :)




    #include <stdio.h>
    #include <stdlib.h>
  4. Thanks a ton for the idea and advice, that was...

    Thanks a ton for the idea and advice, that was really helpful,I'll keep the points in mind and try to be more organized

    Will post revised/complete game once I crack it!!
  5. Replies
    2
    Views
    1,225

    How do I convert the exponential formats to the...

    How do I convert the exponential formats to the decimal format in c - Stack Overflow
  6. Yeah, both look like cousins :biggrin:

    Yeah, both look like cousins :biggrin:
  7. #include #include int...

    #include <stdio.h>
    #include <stdlib.h>


    int main()
    {
    char player1[20],player2[20];
    int turn,x=10,num,j;
    printf("\t\nPlease enter name of player who will take the first turn:");
    ...
  8. I'm ready to work on it, but believe me I'm short...

    I'm ready to work on it, but believe me I'm short of some right resources, if you can please help me out with appropriate/similar/helping example links, I'll get to work because Google did not help...
  9. Using C programming language, design and develop a two-player number game which can b

    #include <stdio.h>
    #include <stdlib.h>


    int main()


    {
Results 1 to 9 of 11