Search:

Type: Posts; User: geetee

Search: Search took 0.01 seconds.

  1. Replies
    1
    Views
    938

    Coredump problem!

    Hi my program is getting core dumps when trying to print out the 52 shuffled strings! Could someone take a peek and tell me what the problem could be? Thanks, much appreciated.

    #include<stdio.h>...
  2. Replies
    1
    Views
    823

    HELP! have an exam tommorrow.

    Hello all.. was wondering if someone could tell me how this linked list is linked together. I've tried drawing memory pictures and have gone over it a thousand times and can't understand it. For...
  3. Replies
    1
    Views
    1,722

    help with malloc

    Hello all... I have a test upcoming on Malloc and was wondering if you could answer some questions for me.


    do I need to call malloc for each instance that I want to store a string into a 2...
  4. Thread: Need help.

    by geetee
    Replies
    6
    Views
    1,444

    Your to assume that both files are already in...

    Your to assume that both files are already in lexicographic order.



    Well.. yes it was so that the program was a bit more challenging.
  5. Thread: Need help.

    by geetee
    Replies
    6
    Views
    1,444

    My code thus far

    #define MAX_SIZE 80
    #include<stdio.h>
    #include<stdlib.h>


    /*Function to compare holder 1 and holder 2*/

    int comparison( char holder1[], char holder2[])
    {
  6. Thread: Need help.

    by geetee
    Replies
    6
    Views
    1,444

    follow up

    This is a homework assignment Im working on although im not asking for someone to write it for me.. although I've already wrote it for the most part... i just need some guidance on how to transform...
  7. Thread: Need help.

    by geetee
    Replies
    6
    Views
    1,444

    Need help.

    Hello folks... I need some questions answered about a program im working on. Lemme first explain what I have... My program takes command line arguments. The command line arguments are names of 2...
Results 1 to 7 of 7