Search:

Type: Posts; User: Turtal

Search: Search took 0.01 seconds.

  1. Replies
    5
    Views
    2,065

    #include #include void...

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


    void print2data(int *p, int rows, int cols, int start);

    int main(void)
    {

    int cols, rows, start;
  2. Replies
    5
    Views
    2,065

    Im not really surpized I was gettin garbage, I...

    Im not really surpized I was gettin garbage, I just got frustrated with what I kept getting, so I rewrote the print2data from scratch. I know it's off, but I figured starting fresh would be better.
  3. Replies
    5
    Views
    2,065

    User defined 2-D array problem

    I have to create a program that will have the user define what size the rows and columns are and a starting number. The array will then print out the array starting with the starting number and...
  4. Replies
    12
    Views
    2,916

    Now I do. I think I, and probly 99% of the world,...

    Now I do. I think I, and probly 99% of the world, learn off examples.
  5. Replies
    12
    Views
    2,916

    Thanks for the help. I'm going to clean mine up...

    Thanks for the help. I'm going to clean mine up and resubmit it.
  6. Replies
    12
    Views
    2,916

    I finaly got it to work. I know it's messy and...

    I finaly got it to work. I know it's messy and completely drawn out, but the only way I seemed to understand how to do this, is when I had a problem, I created more code to fix the problem rather...
  7. Replies
    12
    Views
    2,916

    Problem with reducing fraction program

    I have a program where it will take any fraction and reduce it if possible, but my only problem with it is prime numbers. If the user inputs something such as 11/7, it will return 2 + 1/7 instead of...
  8. Replies
    11
    Views
    2,190

    Help with number counting program

    Honestly ya, it's a class program, but im not asking for the answer, just help.

    I have to create a program that lets the user input as many numbers (1 through 9) as he/she wants and use 0 to...
  9. Replies
    5
    Views
    1,187

    The assignment itself is completely unclear. My...

    The assignment itself is completely unclear. My professor kinda just said do this. I've never even see half of those prototypes let allow use them.
  10. Replies
    5
    Views
    1,187

    Help with understanding project

    First off I'm not asking for homework answer, just trying to understand what in the world Im supposted to do. I was given an assignment and didn't understand completey. Asked my professor and she...
  11. Replies
    4
    Views
    26,999

    Holy crap, thanks. I see where i've been going...

    Holy crap, thanks. I see where i've been going wrong. I appreciate the help.

    It would be lovely if my teacher taught this.
  12. Replies
    4
    Views
    26,999

    Im looking for more of a table, like what I had...

    Im looking for more of a table, like what I had in my first post
  13. Replies
    4
    Views
    26,999

    Addition of the rows and columns in an array.

    Ya, I'm still a newb...it's probly because my teacher has an extremely heavy accent and my book sucks, BUT I still try. Now my problem is trying to make a 5x5 array that adds the rows and columns....
  14. Replies
    4
    Views
    2,027

    Finding the maximum in an array

    Alright, newb question, bare if you can =P, I do have an example of my work, dont worry im not asking you to do my homework. Alright, I need the user to input 10 intergers, store them in a float...
Results 1 to 14 of 14