Search:

Type: Posts; User: Y2R

Search: Search took 0.00 seconds.

  1. Replies
    7
    Views
    18,844

    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,844

    Yup, exactly.

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

    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,844

    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,844

    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...
  6. Oh yeah, I've heard of arrays. This friend of...

    Oh yeah, I've heard of arrays. This friend of mine always talks about that, but we haven't studied them yet in class. But when I learn it, then it would be much easier I would assume. Thanks :)
  7. Whoah! Siiick! Thanks a lot! :D :D :D We haven't...

    Whoah! Siiick! Thanks a lot! :D :D :D
    We haven't learn any of this in class, but that was the problem. Works well :)
    Thank you so much!
  8. Also, it all works well, if I change the limit...

    Also, it all works well, if I change the limit for i to 1 and 9 zeroes. If I do 10 zeroes, I get the error :(
  9. Integer constant is too large for 'long' type. How do I fix it?

    Hi, so I'm trying to make a program that will display the digits of up to a maximum of 10 digit number in column form. I used "long long int" since it's a huge number. And for my printf and scanf I...
  10. How do I close this thread?

    How do I close this thread?
  11. Hey, sorry. I got it. I should close this thread...

    Hey, sorry. I got it. I should close this thread now. Hm. I know they're different, but the basic function I'm looking for is a loop within a loop. I got it to work by having


    for...
  12. One program does nested loops while the other doesn't. Why?

    So I'm a noob in C programming. Just started looking at loops. I will post the program that's in my lecture first and then one I made and they both have next for loops. But the second one (mine)...
Results 1 to 12 of 12