Hi there somebody please help me to create a record file using c++..
The project is similar to a record. Ex. A product(goods) record. Where you can search for a certain product using the code number of the product, add product, remove product and view all the records.
the task is develop a similar application.
kamotekid08 0 Newbie Poster
Recommended Answers
Jump to PostThe first step is to create a structure or class for the record. After that you can determine the file format. Finally, write each of the functions that add, insert, modify and delete records. Write and test these just one function at a time so that you don't get overwhelmed …
Jump to PostHere is an example of how to write a structure
Jump to PostYou can also check the below link but I am not sure it will help you or not-
All 10 Replies
Ancient Dragon 5,243 Achieved Level 70 Team Colleague Featured Poster
kamotekid08 0 Newbie Poster
kamotekid08 0 Newbie Poster
Ancient Dragon 5,243 Achieved Level 70 Team Colleague Featured Poster
qlipboard 0 Posting Whiz in Training
kamotekid08 0 Newbie Poster
jonsca 1,059 Quantitative Phrenologist Team Colleague Featured Poster
Red Goose 21 Junior Poster
kamotekid08 0 Newbie Poster
jonsca 1,059 Quantitative Phrenologist Team Colleague Featured Poster
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.