Search:

Type: Posts; User: Randoon

Search: Search took 0.00 seconds.

  1. Replies
    2
    Views
    1,274

    Question about structures

    I need someone to show me how to declare a structure variable;declare an array of structure; input some data into a field of a structure and out put some data from a field,with the structure being...
  2. Replies
    1
    Views
    1,992

    Bubblesort with file

    I am stuck on the bublesort portion of my program. Any help for this rookie would be greatly appreciated. Thanks



    void sortFile(FILE *filePtr)
    {
    int num;

    printf("Enter 1 to sort by...
  3. File Processing using structure and functions

    Help! I am totally stuck. I need to open a file, then bubble sort it according to manufacturer. Plus I think my program is all screwed up form the functions on down. I must use this setup or I fail...
  4. Replies
    2
    Views
    989

    Password problem

    I am stuck on this program. I have to get 3 numbers as strings;convert them to integers,reverse there order,then use tokenization to separate them. I can't seem to get the numbers reversed to begin...
  5. Replies
    3
    Views
    1,853

    Please help! Stuck on card dealing program.

    I am stuck! This isn't running...any help would be greatly appreciated. Thanks!


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

    void shuffle( int [] [13] );
    void deal(const int []...
  6. Replies
    1
    Views
    1,918

    Card Dealing program-please help again!

    I have a problem due in school. I have the shuffle and deal all set. I need some help on how to determine if you have a pair, two pairs, flush, etc. I should use pointers and arrays. Any help would...
Results 1 to 6 of 6