mkosir / store1arrays

Array data structure implemented in C programming language from scratch.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Store 1 - Arrays

Program written with three different data structures from scratch. Store 1 is implemented using arrays. When the program starts it allocates memory on heap and gives 100 possibly entries of products.

Files included:

  • products.txt - sample database
  • codes.txt - codes for products
  • main.h & main.c - core
  • product.h & product.c - general functions for working with products
  • file.h & file.c - functions for working with files
  • utils.h & utils.c - utilities functions

Tested/Compiled - Windows XP/Microsoft Visual Studio 2005

Store 1 - Arrays

About

Array data structure implemented in C programming language from scratch.


Languages

Language:C 50.4%Language:HTML 47.6%Language:C++ 2.0%