View Single Post
Old 12-05-2007, 12:29 AM   #3 (permalink)
DJMaze
Senior Contributor
 
DJMaze's Avatar
 
Join Date: Mar 2005
Posts: 651
DJMaze is on a distinguished road
Wouldn't it be easier to have a structure?
Code:
typedef struct {
	string year;
	string title;
	double gross;
	string lastname;
	string firstname;
	int age;
	char type;
	int counter; // 0 = L, 1 = Y, 2 = T, 3 = G, 4 = A, 5 = Q, 6 = bad input
} PersonData;
__________________

UT: Ultra-kill... God like!
DJMaze is offline   Reply With Quote