Search:

Type: Posts; User: skybolt_1

Search: Search took 0.01 seconds.

  1. Sorry - Here is the header file. BTW what is a...

    Sorry - Here is the header file. BTW what is a good debugger to use in Linux? I am using the cc compiler and emacs right now.



    //Define constants
    #define TOTAL_COLUMNS 15
    #define TOTAL_ROWS...
  2. OK, that solution worked fine for what I am...

    OK, that solution worked fine for what I am doing... but now when I'm trying to put it all into practice in my real assignment, it's not working right. Here is what the assignment is supposed to do. ...
  3. When you say ignore the malloc casts do you mean...

    When you say ignore the malloc casts do you mean that I should remove the (int*) portion of the malloc lines?

    Sorry if I'm asking dumb questions but I am NOT a good programmer... I need this...
  4. Help with mult-dim arrays and pointers to them

    Hey everyone... I am really up a creek with this assignment in my C programming class. I was hoping that someone here might have some input.

    We have been working over most of the semester on a...
Results 1 to 4 of 4