Search:

Type: Posts; User: Y2R

Search: Search took 0.00 seconds.

  1. Replies
    7
    Views
    18,796

    Whoah! THANK YOU SO MUCH! You saved so much of my...

    Whoah! THANK YOU SO MUCH! You saved so much of my time. Couldn't believe it worked. And sorry about not noticing that space. Never knew about the spacing and stuff. Once again, I really appreciate...
  2. Replies
    7
    Views
    18,796

    Yup, exactly.

    Yup, exactly.
  3. Replies
    7
    Views
    18,796

    Yup, tried that. Doesn't work either. ...

    Yup, tried that. Doesn't work either.



    #include<stdio.h>
    main()
    {
    char **matrix;
    int i,j;
    int row,col;
  4. Replies
    7
    Views
    18,796

    This is the same program I got working, but using...

    This is the same program I got working, but using integers.



    #include<stdio.h>
    main()
    {
    int **matrix;
    int i,j;
    int row,col;
  5. Replies
    7
    Views
    18,796

    Printing out a matrix of characters

    Hello,

    So this question, I absolutely cannot get. Have been stuck here for hours :(
    This is way too frustrating. I'm posting the question and my solution (REAL NOOB).
    I have an exam in a few...
Results 1 to 5 of 5