Search:

Type: Posts; User: JaydinBane

Search: Search took 0.00 seconds.

  1. Replies
    6
    Views
    1,268

    Could you possibly post an example of how to fix...

    Could you possibly post an example of how to fix this?? I have to turn this in by midnight tonight and need to get it done. The reason I've set it up like this is because max_rows and max_columns...
  2. Replies
    6
    Views
    1,268

    Quick Array Problem

    I have the following code:





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

    int max_rows;
  3. Replies
    1
    Views
    1,057

    Handeling Command Line Arguments

    How do you pull just the number off of arguments such as:

    -r20, -f2, -csd11
  4. Replies
    2
    Views
    1,282

    Quick Newbie String Help

    I have an assignment in C where I need to create a function to compare 2 strings to see if they are equal without using any of the standard library functions for strings. I have the following so far....
Results 1 to 4 of 4