how would one define RANDOM FILES as well as suggest ways of creating and updating them in Visual C++?

Recommended Answers

All 2 Replies

I would assume RANDOM FILES is probably in the glossary of your textbook. You can probably find the associated page number in the INDEX. Hope this helps.

>>how would one define RANDOM FILES

string randomFile = "randomFile.txt"

>> well as suggest ways of creating

ofstream newFile(randomFile.c_str());

>>updating them in Visual C++
"Updating" is subjective, what kind of update?

If you want better answer, We need better and more specific questions.

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.