User profile: Scipio

User info
User name:Scipio
History
Joined:
Number of posts:442
Latest posts:

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 array
You can use the for-loop is posted to store the value's into another array, but it isn't really nece...

delete structure
Let's keep it to one topic, shall we? :) Displaying the data seems the most easiest of all... ...

2-D sub array
Considering array's as constant pointers, you can simply pass the array and the sizes: [code] //...

mutator functions
Yes, and maybe you could add a set-function for all members to. So you have a "reset all" option.