why isn't my program running?[code]for(int i=0;i<name.size;i++)[/code] Here it should be [code]name.length()[/code]
2-D sub arrayYou can use the for-loop is posted to store the value's into another array, but it isn't really nece...
delete structureLet's keep it to one topic, shall we? :) Displaying the data seems the most easiest of all... ...
2-D sub arrayConsidering array's as constant pointers, you can simply pass the array and the sizes: [code] //...
mutator functionsYes, and maybe you could add a set-function for all members to. So you have a "reset all" option.