Skip to content

Simple c++ program that shows how to create and manage pointer arrays

License

Notifications You must be signed in to change notification settings

RobertNeat/pointer-arrays

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

project_banner ubuntu bash

What project do?


Project shows usage of one dimencional and two dimensional arrays and usage of them. There created functions that allocate memory, assign values and then release memory.

How to use?


Just import project to CodeBlocks and compile/run. If you wish you could use another environment by using only main.cpp file.

Program execution


Program by itself allocate memory and after execution release it. User defines how big arrays should be and what wish to do (min value search,max value search, average value calculate, count elements by value generated).

About

Simple c++ program that shows how to create and manage pointer arrays

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages