Hi, I'm trying to write a program for homework in my 2nd semester computer science class. What I need to do is update a master file with information based on a transaction file ( both are already created). i.e. from the transaction file I read in Lena 10 and I find Lena 30 in the master file, then I would update the master file with Lena 40. I thought the easiest way to do this would be to read the master list into an array of structures, and compare the transaction entry to each element. Problem is, I don't know if this is possible / how to do it. Any help would be appreciated.
polishcannon 0 Newbie Poster
WolfPack 491 Posting Virtuoso Team Colleague
Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.