WI am working on a project in C++ in the aim to read information but from a Database built in Excel, this DataBase will have information/details of each object like name, age, model, photo....
My will is to create a modular programming like this one of the aspect:
/*A second trial of exercise/ Project on a DBase
in C++ by Pitt*/
#include <iostream>
#include <limits>
#include <stdio.h>
using namespace std;
class person
{
char name [30];
char ATechData [30] ;
int size, age;