Search:

Type: Posts; User: Oid21

Search: Search took 0.00 seconds.

  1. Thread: Matrix code (c)

    by Oid21
    Replies
    2
    Views
    3,352

    Matrix code (c)

    Ok...
    Iwanted to make a matrix effect as a start-up screen but it doesnt give the effect i want... how can i do it in a sense that it types in ascii vertically...
    can you help me?

    check out this...
  2. Thread: rand()??

    by Oid21
    Replies
    1
    Views
    895

    rand()??

    hey ppl...
    i want to know how to use the command/macro rand()?
    i need to it to make a 14digit code...
    dont worry I wont use it to make serials
  3. Replies
    2
    Views
    927

    can you tell me whats wrong(C)

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


    main()
    {
  4. Thread: Mazes(urgent!!);

    by Oid21
    Replies
    11
    Views
    1,709

    ASCII

    can I use ascii in that world array?
  5. Thread: Mazes(urgent!!);

    by Oid21
    Replies
    11
    Views
    1,709

    how?

    How will i do the world array?
  6. Thread: Mazes(urgent!!);

    by Oid21
    Replies
    11
    Views
    1,709

    MY code

    main()
    {
    int x = 2, y=2;
    char pos;
    again:
    drawmaze();
    gotoxy(x, y);
    printf("");
    pos = bioskey(0);
    if(pos == 's') { y = y + 1; }
Results 1 to 6 of 6