Thread: massive
View Single Post
  #1 (permalink)  
Old October 18th, 2003, 01:10 AM
programmed programmed is offline
Authorized User
 
Join Date: Oct 2003
Posts: 25
Thanks: 0
Thanked 0 Times in 0 Posts
Default massive

 Hullo wrox,
 i seek you guidance on this coding, i'm creating a dbase in C++/C, after i write some data, the user is given options to choose from.'
Say,Find(to find a record in the Dbase) but it still compiles with 2 errors.
My techique in the coding is that, i pass on the address of the entire class to function.
In the function defn., i open the file for reading, prompt for someone to enter the account number(my primary key) then search through the entire class, if found display the number, else error msg.

Thanks in advance.

Antonio.