Home > PGC

PGC

PGC is a project mainly written in C, it's free.

A program that works like a client agenda keeping basic information.

   *****************************************************
   *****************************************************
   ****                                             ****
   **** PGC - PROGRAMA DE GERENCIAMENTO DE CLIENTES ****
   ****                                             ****
   *****************************************************
   *****************************************************

Language: C Platform: Windows

/ Sobre o PGC /

//


About the "PGC" - Client Management Program

A simple program made in C that works like a client agenda keeping basic informations like name, phone numbers, balance, maximum time of payment, etc. It wasn't used any SGBD (DBMS - Database Management System). All data are kept in .pgc files in a folder called 'database' and they are accessed by file manipulation functions in C.

About the information's organization

Each client 'field' has a .pgc file and the informations are arranged in a way to each file line to belong to a certain client, making easy the access to the informations by the program.