Search:

Type: Posts; User: dblock110

Search: Search took 0.01 seconds.

  1. Replies
    1
    Views
    991

    How to space out output

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

    void shuffle( int wdeck[][13]);
    void deal( const int wdeck[][13], const char *wface[],
    const char *wsuit[]);...
  2. Thread: Help

    by dblock110
    Replies
    4
    Views
    1,104

    I need to move the getchar command so it keeps...

    I need to move the getchar command so it keeps looping right?

    where would I put it so it loops for the 52 cards at once?

    also, how would I make it break the cards into 4 differant hands?
  3. Thread: Help

    by dblock110
    Replies
    4
    Views
    1,104

    Help

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

    void shuffle( int wdeck[][13]);
    void deal( const int wdeck[][13], const char *wface[],
    const char *wsuit[]);...
  4. Replies
    14
    Views
    1,729

    #include #include int...

    #include<stdio.h>
    #include<conio.h>
    int main(void)
    {
    int n = 0;
    int u = 0;
    int t = 0;
    int c = 0;
    int s = 0;
    int p = 0;
  5. Replies
    14
    Views
    1,729

    Im using c It says theres no such thing as...

    Im using c

    It says theres no such thing as abort
  6. Replies
    14
    Views
    1,729

    #include #include int...

    #include<stdio.h>
    #include<conio.h>
    int main(void)
    {
    int n = 0;
    int countUp = 0;
    int totalCount = 0;
    int tempCount = 0;
    int spaceCount = 0;
    int tempSpace =...
  7. Replies
    14
    Views
    1,729

    #include #include intmain(...

    #include<stdio.h>
    #include<conio.h>
    intmain( void )
    {
    int n = 0; //number of lines
    int countUp = 0; //counts number of lines
    int totalCount = 0; //counter that stores other counts
    int...
  8. Replies
    14
    Views
    1,729

    this is what I have so far. The j is my...

    this is what I have so far.

    The j is my friends, what can I do to make his program more efficient?
  9. Replies
    14
    Views
    1,729

    Ill post the code later.

    Ill post the code later.
  10. Replies
    14
    Views
    1,729

    Help with Diaming program

    The object is to make a program that does what this attatched program does.

    change the file to .exe and it will run the program.

    I need help with this.

    Its supposed to make a diamond shape...
Results 1 to 10 of 10