Skip to content

In here I created a simple matrix transpose solver. The special part of this is that the user can input the size(any size) of the matrix they want to transpose and also the inputs of each elements of the matrix. I had to dynamically allocate the rows and columns to this matrix since a matrix is a 2D array whose size must be allocated when create…

Notifications You must be signed in to change notification settings

och234/Dynamically-allocating-memory

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Dynamically-allocating-memory-C++

In here I created a simple matrix transpose solver. The special part of this is that the user can input the size(any size) of the matrix they want to transpose and also the inputs of each elements of the matrix. I had to dynamically allocate the rows and columns to this matrix since a matrix is a 2D array whose size must be allocated when created with a constant number, rather than a variable, in which the "cin" function takes.

About

In here I created a simple matrix transpose solver. The special part of this is that the user can input the size(any size) of the matrix they want to transpose and also the inputs of each elements of the matrix. I had to dynamically allocate the rows and columns to this matrix since a matrix is a 2D array whose size must be allocated when create…

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages