Search:

Type: Posts; User: llinocoe

Search: Search took 0.01 seconds.

  1. Thread: ms-dos debug

    by llinocoe
    Replies
    1
    Views
    1,202

    ms-dos debug

    how to display only the word you want in the middle of the screen and change the color
  2. Replies
    5
    Views
    1,626

    linked list statement 4 adding a node

    someone know it pls post it badly needed

    linked list statement 4 adding a node?
  3. Replies
    0
    Views
    782

    linked list prblem

    i'm having a problem converting this to descending sorting
    can someone w/ a good heart debug this ty


    /* a function to sort a list */
    struct node *sortlist(struct node *p)
    {
    struct node...
  4. Replies
    1
    Views
    1,190

    merging s singlt linked list problem

    "This program merge two sorted linked list"
  5. Replies
    1
    Views
    1,218

    Linked List Problem

    "I'm very much innocent about a linked list, but we have a case study about it"
  6. Replies
    2
    Views
    1,622

    inserting value to outtextxy?

    how can this be

    int a=1;

    outtextxy(2,2"%d",a);
  7. Thread: sounds in C

    by llinocoe
    Replies
    3
    Views
    1,778

    sounds in C

    how to create a sound do re mi
  8. Replies
    4
    Views
    1,577

    problem displaying the next fuction

    dealornodeal(); doesnt display after the main();


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

    void dealornodeal(){
  9. Replies
    5
    Views
    2,530

    pls fix my deal or no deal program

    i want that if in case the player input again a repeated briefcases it will go back again


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

    int y_brief;
    int o_brief[25];
    int...
  10. Replies
    6
    Views
    1,871

    about fuction!

    in the main i there is a part that will go to checking()
    i want after that will go back again to main



    checking(){
    for(i = 0;i < 26; i++){
    if (o_brief[n] == (i+1))
    {
    gotoxy(x[i],...
  11. an example of c program using singly link list?

    can anyone link or give samples
  12. Thread: how to delay

    by llinocoe
    Replies
    1
    Views
    1,863

    how to delay

    printf("hi");

    "delay 3 seconds then display"

    printf("hello");
  13. Replies
    2
    Views
    886

    how to transform this into looping

    if(o_brief[n]==1){gotoxy(27,16);printf(" ");}
    if(o_brief[n]==2){gotoxy(32,16);printf(" ");}
    if(o_brief[n]==3){gotoxy(37,16);printf(" ");}
    if(o_brief[n]==4){gotoxy(42,16);printf(" ");}...
  14. Replies
    4
    Views
    1,028

    can this be shorcuted?

    pls suggect how my program be shorten

    always repeated in every function



    if(o_brief[n]==1){gotoxy(27,16);printf(" ");}
    if(o_brief[n]==2){gotoxy(32,16);printf(" ");}...
  15. Thread: pls help

    by llinocoe
    Replies
    1
    Views
    1,056

    pls help

    offer = (number / 20) * ( a random number from 20 -35 only)

    how to make it random
  16. Thread: how to random

    by llinocoe
    Replies
    2
    Views
    1,103

    how to random

    pls help;

    offer=((7020566-sum)/20) * (20% - 35%);

    the 20% - 35% must be random
  17. Replies
    2
    Views
    1,654

    pls healp deal or no deal

    can someone add my program to get 6 briefcase then compute 4 offer

    base on philipppine deal or no deal that's is why the amount looks like that


    #include <stdio.h>
    #include <conio.h>...
  18. deal or no deal c code or Logic of how the banker offers

    how to randomize the value to the 26 briefcase using array
    formula for the offer of the banker

    ty in advance!
  19. where to get algorithm of TicTacToe in approach w/ C

    tnx in advance
Results 1 to 19 of 20