Search:

Type: Posts; User: Trafalgar Law

Page 1 of 2 1 2

Search: Search took 0.01 seconds.

  1. Replies
    20
    Views
    5,071

    Your country is still lucky compare to mine My...

    Your country is still lucky compare to mine
    My download speed at speedtest.net is ~200 kb only
    and DPS when downloading is only 20kb.
  2. Replies
    6
    Views
    1,128

    Use %f for decimal numbers.

    Use %f for decimal numbers.
  3. Replies
    5
    Views
    1,528

    or sum = 1;

    or

    sum = 1;
  4. Replies
    3
    Views
    1,837

    Thanks the cd\ command worked

    Thanks the cd\ command worked
  5. Replies
    3
    Views
    1,837

    I can't access D:\ in command prompt It always...

    I can't access D:\ in command prompt
    It always shows D:\Documents and Settings\
    even if i type D: it still shows that

    Help I need to delete autorun.inf from cmd
  6. Replies
    5
    Views
    3,728

    google it dude

    google it dude
  7. Thread: ckvo.exe

    by Trafalgar Law
    Replies
    2
    Views
    1,557

    ckvo.exe

    How can I manually remove this virus safely?

    Also everytime I open any of my local disks it automatically opens in a new window and it is so slow.
    How do i fix that?
    My folder options is open in...
  8. Replies
    2
    Views
    3,758

    Filipino professors are really dumb cause they...

    Filipino professors are really dumb cause they always asks us to use non C standard functions

    Anyhow use this function as an alternative


    void gotoxy(int x, int y)
    {
    COORD coord;
    ...
  9. Replies
    4
    Views
    8,245

    Because solutions on how you will code something...

    Because solutions on how you will code something may vary depending on your style.
    besides I think it will take too much space in the book.
  10. Replies
    82
    Views
    14,660

    you forgot the } again

    you forgot the
    } again
  11. Replies
    82
    Views
    14,660

    also you should use } at the end instead of {

    also you should use
    } at the end instead of {
  12. Replies
    82
    Views
    14,660

    he used { instead of }

    he used
    { instead of }
  13. Replies
    82
    Views
    14,660

    stdio.h instead of studio.h

    stdio.h instead of studio.h
  14. Replies
    12
    Views
    1,673

    #include void addCoins(); void...

    #include<stdio.h>
    void addCoins();

    void main()
    {
    ...
    }


    void addCoins()
  15. Replies
    12
    Views
    1,673

    use %f for float instead of %d He wants you to...

    use &#37;f for float instead of %d

    He wants you to create functions like this


    int insert()
    {
    codes here...
    }
  16. Replies
    4
    Views
    1,933

    Thanks.

    Thanks.
  17. Replies
    4
    Views
    1,933

    You mean like this? int Xwin() { ...

    You mean like this?


    int Xwin()
    {
    for
    {
    if(winning combinations)
    {
    printf("X wins!!!");
  18. Replies
    4
    Views
    1,933

    how could I break this loop?

    I want to break the loop after Xwin() finds a winner



    for(;;)
    {
    Board(); // game board
    printf("X's turn\n");
    RnC(); // requests for user's row and column number ...
  19. Replies
    19
    Views
    6,971

    nevermind this post I'll just create my own code

    nevermind this post I'll just create my own code
  20. Replies
    19
    Views
    6,971

    This code wasn't coded by me. I'm trying to...

    This code wasn't coded by me.
    I'm trying to shorten it by using functions on repetitive codes.
  21. Replies
    19
    Views
    6,971

    illegal break

    I'm trying to shorten a messy and uber long tic tac toe program(not coded by me) by using functions but there's an error called illegal break




    int Xwon()
    {
    printf("\n\t\tX won!!!\n");...
  22. Replies
    1
    Views
    3,048

    cin.get and cin.ignore

    What's the equivalent of this in C?
  23. Replies
    8
    Views
    1,359

    Thanks, dude I used !! instead of ||

    Thanks, dude
    I used !! instead of ||
  24. Replies
    8
    Views
    1,359

    loop question

    can a for loop check two conditions?
    like
    for( ; ((x==1)&&(y==1)) ; )


    nvm, I just figured out that if and break will do the job

    btw what's wrong with this
    if((x==1)&&(y == 1 )!!(z != 0))
  25. Dude, the problems there are too hard for me. I'm...

    Dude, the problems there are too hard for me. I'm just beginning to learn C.
    btw is C# the same as C?
Results 1 to 25 of 34
Page 1 of 2 1 2