Thread: 3x3 Matrix printout

  1. #16
    Registered User
    Join Date
    Oct 2001
    Posts
    2,934
    Well I tried:
    printf("%1.1f %1.1f %1.1f %\n",row0,row1,row2);
    and it still printed correctly. So forget that idea.

  2. #17
    Registered User
    Join Date
    Apr 2005
    Posts
    53
    Actually I was able to figure it out. Thanks a bunch.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. C - access violation
    By uber in forum C Programming
    Replies: 2
    Last Post: 07-08-2009, 01:30 PM
  2. Matrix Help
    By HelpmeMark in forum C++ Programming
    Replies: 27
    Last Post: 03-06-2008, 05:57 PM
  3. What is a matrix's purpose in OpenGL
    By jimboob in forum Game Programming
    Replies: 5
    Last Post: 11-14-2004, 12:19 AM
  4. Matrix and vector operations on computers
    By DavidP in forum A Brief History of Cprogramming.com
    Replies: 11
    Last Post: 05-11-2004, 06:36 AM