Thread: 2-dimensional array

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Registered User
    Join Date
    Oct 2003
    Posts
    27
    Thanks a lot! Reading your code I see that my way of trying to make it a code was totally wrong. I'm really learning from your example. I started to learn C some 4 weeks ago, before I never heard of it and didn't know anything about it. Now I'm starting to learn it and I know already many definitions, but implementing it and putting it all together is the difficult part.

    fflush(stdout); is new to me and thanks for explaining it to me. I will do research on when I can use it. Basically the code is 2 nested For loops. The statements are of course printf. Someone mentioned it before to me that I can use Loops to traverse an array. Seeing it actually work with your great comments is really helpful to me.

    The book I read C Programming a Modern Approach by KN King should have add comments in the code like you have, that would have been much clearer. In some code examples King just posts some code without fully explaining the difficult parts, but only the obvious parts. Does someone know a better book that is better able to explain C to someone who is not a genius in maths? I'd prefer words, lots of words! The more explaination, the better!

    Now I'm analysing your code and trying to understand it and trying to finish it off. Thanks again.
    Last edited by sjalesho; 10-05-2003 at 05:13 PM.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Replies: 2
    Last Post: 07-11-2008, 07:39 AM
  2. two dimensional array
    By leisiminger in forum C Programming
    Replies: 12
    Last Post: 03-09-2008, 11:53 PM
  3. Type and nontype parameters w/overloading
    By Mr_LJ in forum C++ Programming
    Replies: 3
    Last Post: 01-02-2004, 01:01 AM
  4. Replies: 5
    Last Post: 11-20-2001, 12:48 PM