PPRuNe Forums - View Single Post - C Code Problem
Thread: C Code Problem
View Single Post
Old 11th December 2006 | 10:53
  #11 (permalink)  
planecrazy.eu
 
Joined: Jun 2006
Posts: 526
Likes: 0
From: BRISTOL!
Hey Guys/Gals

I need some help once again...

I have to make a programme that inputs can be entered in, stored, deleted, edited and added after the initial add, but for some reason i am having issues with adding extra fields to an array.

Here is the flow,

User inputs how many records, a loop is run until x is reached and the loop increased the values of the array each time.

I need to add extra records to the array after records have first been input. I guess i need some way to find out how many records have been allocated and retreive them and add one to the last record?

Im not 100% sure, so anyhelp would be of use.

Here is what i am doing
# Built a programme to enter in the names and ages of friends. The programme must be able to add x friends, one friend, and 20 friends in bulk. It must also have a list feature and search. The records must also be able to be edited and deleted. In addition, the programme must be able to add records after initial records have been entered.

Thanks again,...
planecrazy.eu is offline  
Reply