// Address Directory.cpp : Defines the entry point for the console application. // // add_Book.cpp : Defines the entry point for the console application. // //#include "stdafx.h" #include "addressType.h" #include #include using namespace std; int main() { addressType Avi; Avi.get_add(); //Avi.print_add("9803 Summer Breeze", "Pearland", "Tx", 77584); return 0; }