A little info. on bore holes

Before builders construct a large building, they must first sample the ground (soil) throughout the building site. They create “bore holes” by drilling down many meters and taking samples of the soil or whatever they find. They then know how to construct the foundations of the building (so that they rest on solid rock).

Aim of this project

  1. Allow users to perform CRUD (Create, Read, Update, Delete) operations on bore hole data
  2. Display a visual representation/map of the bore holes
    1. The program calculates the dimensions of the survey area and creates an appropriately large graphics window which displays the bore hole information as seen from (or projected to) the surface.
    2. Soil type, color and hardness are coded as different display colors in the visual representation.

Programming Language : C

Libraries Used: WinBGI (for creating visual representation of the bore holes)