Thread: I need help for matrix transposition FORMATING

  1. #1
    Registered User
    Join Date
    Jul 2005
    Posts
    9

    Question I need help for matrix transposition FORMATING

    okay, ive got a c assignment ( u can find it @ http://classes.engr.oregonstate.edu/...1/Program4.htm)

    basically, i have to open a file with a number matrix, and transpose it

    im wondering what is the format?

    like

    -data library
    -then define int
    -then allocate memory fer array

    plez c the link above cuz its the actual assignment

    thanx

  2. #2
    Gawking at stupidity
    Join Date
    Jul 2004
    Location
    Oregon, USA
    Posts
    3,218
    I don't understand the question. You're going to define what an int is or...? And what do you mean by "data library"? What's the format of what?
    If you understand what you're doing, you're not learning anything.

  3. #3
    Registered User
    Join Date
    Jul 2005
    Posts
    9
    sorry, thats just like an example

    i want to know how to format the code

    like

    1. start by ______
    2. after make a for loop (or whatver im suppose to do)
    3. do this ______

    u noe wut i meen?

  4. #4
    Registered User
    Join Date
    Jul 2005
    Posts
    9
    er if u don't, just click the link

  5. #5
    Registered User
    Join Date
    Jul 2005
    Posts
    9
    better yet, help me w/ the code and what to do when transposing the origional matrix

  6. #6
    Gawking at stupidity
    Join Date
    Jul 2004
    Location
    Oregon, USA
    Posts
    3,218
    That problem description at that link pretty much tells you what to do:

    - Read the data into a 2d array
    - Use nested for() loops to transpose the array
    - Write the transposed array to the output file

    Also, read this: http://cboard.cprogramming.com/annou...ouncementid=39

    And please put a little more effort into typing your messages. A college student shouldn't be typing like a 12 year old.
    Last edited by itsme86; 07-19-2005 at 03:35 PM.
    If you understand what you're doing, you're not learning anything.

  7. #7
    Registered User
    Join Date
    Jul 2005
    Posts
    9
    um...sorry, woll, im 13, seriously

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. A noob with a question about a transposition cipher
    By DocFerret in forum C++ Programming
    Replies: 10
    Last Post: 09-25-2007, 09:02 AM
  2. scanf and formating data
    By xddxogm3 in forum C Programming
    Replies: 23
    Last Post: 04-16-2004, 03:50 PM
  3. help formating old floppies
    By kwm32 in forum Networking/Device Communication
    Replies: 9
    Last Post: 04-01-2004, 04:09 PM
  4. Need help formating Win XP
    By gqchynaboy in forum Tech Board
    Replies: 6
    Last Post: 11-13-2003, 01:42 PM
  5. screen formating
    By Unregistered in forum C Programming
    Replies: 2
    Last Post: 11-15-2001, 12:04 PM