Skip to content
#

memory-allocation

Here are 112 public repositories matching this topic...

I created a dll injector I am going to Open source its Code. But remember one thing that is any one can use it only for Educational purpose .I again say do not use it to damage anyone's Computer.But one thing if you are using it for some good purpose like to help someone who really need help then I permit you to use it.

  • Updated Oct 23, 2017
  • 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 create…

  • Updated Sep 22, 2018
  • C++

Improve this page

Add a description, image, and links to the memory-allocation topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the memory-allocation topic, visit your repo's landing page and select "manage topics."

Learn more