How to store the input into Arrays?[b]main.cpp[/b] [code]#include <iostream> #include <string> #include <cmath> #include <cstdlib> #in...
How to store the input into Arrays?[b]LocationData.h[/b] [code]#ifndef LOCATIONDATA_H #define LOCATIONDATA_H #include <cstdlib> #incl...
How to store the input into Arrays?Hi I have 2 class now that need to store x and y to one array and some other attributes to another a...
My assignment is soo wrong..in this case how to do store the input of x and y into one array. i tried with many method but it o...
My assignment is soo wrong..er...i need to store the x and y into array so that i could compute distances and other function lat...