Search:

Type: Posts; User: miniwhip

Search: Search took 0.00 seconds.

  1. Replies
    7
    Views
    2,677

    I still don't understand this. Man i'm getting...

    I still don't understand this. Man i'm getting frustrated. Noone has a good link on here for a stack tutorial?
  2. Replies
    7
    Views
    2,677

    Your description helps a little to make sense of...

    Your description helps a little to make sense of it all. I'm still lost though :-( Can someone show me how to start the print function? I know how to traverse an array with no problem, but how do...
  3. Replies
    7
    Views
    2,677

    Stack problem - I've hit a wall!

    I've been working on a stack program for class for the past week or so, and i've completely hit a wall here. I'll post what I have so far. The problem I'm having is the last two functions, the...
  4. Wow, you guys are freakin geniouses!! I'm doing...

    Wow, you guys are freakin geniouses!! I'm doing some tweaking, and I think I got it now. Thanks!
  5. Well, here's what I got....... #include...

    Well, here's what I got.......



    #include <stdio.h>
    #include <stdlib.h> /* needed for exit() */

    FILE *getOpen(); /*Function prototype */
    void inOut(FILE *); /*Function prototype */
  6. Thanks for the tips on the code. The prof gave...

    Thanks for the tips on the code. The prof gave us the size for the file name, but I'll probably change it anyway. The gets() will be easy enough to change, i'm new, but i get that at least lol. So...
  7. Restarting a function while in the function??

    I'm working on a program that asks for a filename, and if it exists, gives the user choices. The choices are Overwrite, Append, Start overm and Exit. I've got everything working fine, except the...
  8. Replies
    6
    Views
    1,751

    Edited program: #include ...

    Edited program:





    #include <stdio.h>
    #define ROW 4
    #define COL 4
  9. Replies
    6
    Views
    1,751

    I agree with the function name, but the Prof....

    I agree with the function name, but the Prof. picked it, so i have to use it. Thanks for all of your input, it realy helps a lot. I'm going to remove the 2nd "for" loop, and move the pointer...
  10. Replies
    6
    Views
    1,751

    Multidimensional arrays and functions.

    I've been lurking around here for a while, but this is my first post. I've been having trouble passing a pointer of a multidimensional array to a function. I think I got it, but i'd like to post it...
Results 1 to 10 of 11