Скачиваний:
5
Добавлен:
11.05.2015
Размер:
342 б
Скачать
#include "func.h"

////////////////////////////////////////////////////////////////////////

void main ()
{
	int *rand_val = (int *)malloc ( sizeof(int)*N );
	cnt *table = (cnt *)malloc ( sizeof(cnt)*N );

	values(rand_val, N);
	//print_int_mass (rand_val, N);
	Count (rand_val, N, table);
	Print_table (N, table);

	getch();
}
Соседние файлы в папке Teor_ver1_graphic
  • #
    11.05.2015320 б53.txt
  • #
    11.05.2015258 б54.txt
  • #
    11.05.2015256 б55.txt
  • #
    11.05.20151.29 Кб5func.cpp
  • #
    11.05.2015373 б5func.h
  • #
    11.05.2015342 б5main.cpp
  • #
    11.05.20154.03 Кб5Teor_ver1_graphic.vcxproj
  • #
    11.05.20151.16 Кб5Teor_ver1_graphic.vcxproj.filters
  • #
    11.05.2015143 б5Teor_ver1_graphic.vcxproj.user