Implements a dinamic array without making uso of linked list. Instead i use the instruction realloc when the array needs to grow. The array allow elements of any type.
File List:
EGAVGA.BGI
5Kb
Ejemplo2.c
12Kb
Ejemplo2.dsp
4Kb
Ejemplo2.dsw
1Kb
Estructuras.h
378b
GRAFICOS.C
2Kb
Leer.txt
1Kb
TadArregloDinamico.c
3Kb
TadArregloDinamico.h
402b
log.txt
22Kb
totales.txt
16b
Similar code
_Palindrome Checker
(Popularity: ) : Palindrome checker that uses stacks and Queue's (my own, not STL). Uses basic win32api. A palindrome is a string that ... A Simple C++ Stack
(Popularity: ) : These program implements a stack and use a static array to store the data,there is a lot of methods for ... Bank data base with link list
(Popularity: ) : It is Bank database with the help of Link List. In which u creat accounts delete account debits and credits ... Link List - Data Structure
(Popularity: ) : You can learn Pointer & Link List easily. Familiar with Link List Sorted Link List - Data Structure
(Popularity: ) : Familiar With Link List & Pointer